Acknowledgments =============== pymia would not be possible without the help of contributors and also open source code bases. Contributors ------------ Following people, who are not part of the core development team, contributed to pymia (in alphabetical order by last name): - Jan Riedo (jriedo) - Yannick Soom (soomy) Thank you very much, guys! Open source code ---------------- Parts of pymia base on open source code, which we acknowledge hereby: - Some distance metrics in the :mod:`pymia.evaluation.metric` package are taken from https://github.com/deepmind/surface-distance. - The :mod:`pymia.evaluation.metric` package is largely inspired by https://github.com/Visceral-Project/EvaluateSegmentation.