You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To find out how to reference each implementation, please refer to the specifications in the authors' README.md. If you use DLTK in your work please refer to this citation:
@article{pawlowski2017state,
title={DLTK: State of the Art Reference Implementations for Deep Learning on Medical Images},
author={Nick Pawlowski and S. Ira Ktena, and Matthew C.H. Lee and Bernhard Kainz and Daniel Rueckert and Ben Glocker and Martin Rajchl},
journal={arXiv preprint arXiv:1711.06853},
year={2017}
}
Installation
To install DLTK, check out the installation instructions on the main repo. Although not encouraged, additional dependecies might need to be installed for each separate model implementation. Please refer to the individual README.md files for further instructions.
Other than that, clone the Model Zoo repository via
git clone https://github.com/DLTK/models.git
and download any pre-trained models, if available for download.
How to contribute
We appreciate any contributions to the DLTK and its Model Zoo. If you have improvements, features or patches, please send us your pull requests! You can find specific instructions on how to issue a PR on github here. Feel free to open an issue if you find a bug or directly come chat with us on our gitter channel .
Entirely new features should be committed to dltk/contrib before we can sensibly integrate it into the core.
Standalone problem-specific applications or (re-)implementations of published methods should be committed to the DLTK Model Zoo repo and provide a README.md file with author/coder contact information.
The team
The DLTK Model Zoo is currently maintained by @pawni and @mrajchl, with greatly appreciated contributions from @baiwenjia@farrell236 (alphabetical order).