Skip to content

Commit

Permalink
🚧 Some refactoring changes + add patchdataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jejon committed Aug 15, 2024
1 parent 3595c6e commit 1244d97
Show file tree
Hide file tree
Showing 30 changed files with 3,269 additions and 5,714 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ test_notebooks
.vscode
tags
junit

# Unittest and coverage
htmlcov/*
.coverage
.coverage*
.tox
junit.xml
coverage.xml
Expand All @@ -47,4 +48,12 @@ wheel/*
docs/_build/*
cover/*
MANIFEST
.pdm-python
.pdm-python

# example files
examples/configs/*
examples/datasets/*
examples/lightning_logs/*
examples/lightning_models/*
examples/main.py
*model_checkpoints/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
Landmarker is a [PyTorch](https://pytorch.org/)-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

Expand Down
3,137 changes: 300 additions & 2,837 deletions examples/adaptive_scn_isbi2015.ipynb → examples/ISBI2015.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 1244d97

Please sign in to comment.