Skip to content

predict-idlab/landmarker

Repository files navigation

landmarker

PyPI Latest Release support-version codecov CodeQL PRs Welcome Documentation Testing

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.

🛠️ Installation

command
pip pip install landmarker

🚀 Getting Started

Technical documentation is available at documentation.

Examples and tutorials are available at examples

✨ Features

  • 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.

📈 Future Work

  • Extension to landmark detection in videos.
  • Add uncertainty estimation.
  • ...

👪 Contributing

We welcome contributions to Landmarker. Please read the contributing guidelines for more information.

📖 Citation

If you use landmarker in your research, please cite the following paper:

J. Jonkers, L. Duchateau, G. V. Wallendael, and S. V. Hoecke, “landmarker: a Toolkit for Anatomical Landmark Localization in 2D/3D Images,” Jan. 17, 2025, arXiv: arXiv:2501.10098. doi: 10.48550/arXiv.2501.10098.

📝 License

Landmark is licensed under the MIT license.


👤 Jef Jonkers