Landmarker is a PyTorch-based toolkit for (anatomical) landmark localization in 2D/3D images. It is designed to be easy to use and to provide a flexible framework for state-of-the-art landmark localization algorithms for small and large datasets. Landmarker was developed for landmark detection in medical images. However, it can be used for any type of landmark localization problem.
command | |
---|---|
pip | pip install landmarker |
Technical documentation is available at documentation.
Examples and tutorials are available at examples
- Modular: Landmarker is designed to be modular. Almost all components can be used independently.
- Flexible: Landmarker provides a flexible framework for landmark detection, allowing you to easily customize your model, loss function, and data loaders.
- State-of-the-art: Landmarker provides state-of-the-art landmark detection models and loss functions.
- Extension to landmark detection in videos.
- Add uncertainty estimation.
- ...
We welcome contributions to Landmarker. Please read the contributing guidelines for more information.
If you use Landmarker in your research, please cite the following paper:
SCIENTIFIC PAPER UNDER REVIEW
Landmark is licensed under the MIT license.
👤 Jef Jonkers