From 838b00a6e09e388953c20969e8005624d6b051f8 Mon Sep 17 00:00:00 2001 From: JefJ <26346574+jejon@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:08:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Update=20README=20for=203D?= =?UTF-8?q?=20landmarks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e57d846..d14320f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Testing](https://github.com/predict-idlab/landmarker/actions/workflows/tests.yml/badge.svg)](https://github.com/predict-idlab/landmarker/actions/workflows/tests.yml) -Landmarker is a [PyTorch](https://pytorch.org/)-based toolkit for (anatomical) landmark detection in images. It is designed to be easy to use and to provide a flexible framework for state-of-the-art landmark detection 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 detection problem. +Landmarker is a [PyTorch](https://pytorch.org/)-based toolkit for (anatomical) landmark detection in 2D/3D images. It is designed to be easy to use and to provide a flexible framework for state-of-the-art landmark detection 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 detection problem. ## 🛠️ Installation @@ -28,13 +28,11 @@ Technical documentation is available at [documentation](https://predict-idlab.gi Examples and tutorials are available at [examples](https://predict-idlab.github.io/landmarker/examples/index.html) ## ✨ Features -- **Modular**: Landmarker is designed to be modular. It is easy to add new models, datasets, and loss functions. -- **Flexible**: Landmarker provides a flexible framework for landmark detection. It is easy to customize the training and evaluation process. -- **Easy to use**: Landmarker is easy to use. It provides a simple API for training and evaluation. +- **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 3D landmark detection. - Extension to landmark detection in videos. - Add uncertainty estimation. - ...