Skip to content

Model Zoo for parameter settings in Elastix, ITKElastix and SimpleElastix

Notifications You must be signed in to change notification settings

victorswan/ElastixModelZoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

Elastix Model Zoo

Welcome to the Model Zoo for parameter settings in Elastix, ITKElastix and SimpleElastix. All models are displayed at https://elastix.lumc.nl/modelzoo, but static content including parameter files can be found here in the models directory.

How to Upload Model Parameters

  • Fork ElastixModelZoo
  • Add folder containing modelparameters.txt, readme.md, imagefiles.jpg (or .png/.jpeg) and/or jupyternotebook.ipynb to models folder. (Add File -> Upload files)
  • Add commit message and Commit changes
  • Create a Pull Request

Model Parameters folder

A template model folder can be found under models/template. The template should be followed to ensure that the links on the model zoo website and the references in the overview table are correctly generated.

The model parameters folder should contain at least:

  • The parameter files in .txt format.
  • A README.md which explains the context/study in which the parameter files where used, including the image content, image dimensionality and the image modality.
  • The image files used in the README in .png, .jpeg or .jpg format.

And optionally:

  • A jupyter notebook file explaining the workflow in python (in case ITKElastix of SimpleElastix was used).
  • example image data (try to limit the amount of large images)
  • scripts or other files used in the study.

The README.md style should be consistent with the other README.md files and should contain caption like '### Registration settings'. The link to the correct GitHub folder will be automatically appended after the '### Registration settings' caption or at the end if this caption is absent.

A Jupyter Notebook link will also be generated automatically on the model zoo website if an .ipynb file is found in the model folder.

About

Model Zoo for parameter settings in Elastix, ITKElastix and SimpleElastix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.5%
  • Jupyter Notebook 20.4%
  • Batchfile 1.1%