https://github.com/cgalaz01/mnms2_challenge

Repository for the M&Ms-2 challenge: https://www.ub.edu/mnms-2/

https://github.com/cgalaz01/mnms2_challenge

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: springer.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Repository for the M&Ms-2 challenge: https://www.ub.edu/mnms-2/

Basic Info
  • Host: GitHub
  • Owner: cgalaz01
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 179 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Tempera: Spatial Transformer Feature Pyramid Network for Cardiac MRI Segmentation

This repository is the code for Tempera submitted to the M&Ms-2 challenge: https://www.ub.edu/mnms-2/. Details of the model can be found at: https://link.springer.com/chapter/10.1007/978-3-030-93722-5_29

Setup

The code is implemented in Python and all libraries and their versions can be found in the file 'environment.yml'.

Data

The data is publicly available and can be obtained from: https://www.ub.edu/mnms-2/. The model expects the data to be located at: mnms2_challenge/data/trainining mnms2_challenge/data/validation where training contains the samples from 1-160 and validation the samples from 161-200.

Training the model

To train the model, simply run: python src/run_training.py

Inference

To make predictions using the trained model, first copy the trained weights of the model to: src/model_weights/multi_stage_model/model.weights.h5 and run the inferenve script by: python src/run_inference.py <input_path> <output_path>

Citation

If you found this code useful for your project please cite as: @inproceedings{galazis2021tempera, title={Tempera: Spatial transformer feature pyramid network for cardiac MRI segmentation}, author={Galazis, Christoforos and Wu, Huiyi and Li, Zhuoyu and Petri, Camille and Bharath, Anil A and Varela, Marta}, booktitle={International Workshop on Statistical Atlases and Computational Models of the Heart}, pages={268--276}, year={2021}, organization={Springer} }

Acknowledgement

This project was supported by the UK Research and Innovation (UKRI) Centres of Doctoral Training (CDT) in Artificial Intelligence for Healthcare (AI4H) http://ai4health.io (Grant No. EP/S023283/1) and the British Heart Foundation Centre of Research Excellence at Imperial College London (RE/18/4/34215).

Owner

  • Name: Christoforos Galazis
  • Login: cgalaz01
  • Kind: user

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

environment.yml conda
  • cudatoolkit 11.0.221
  • cudnn 8.0.5.39
  • matplotlib
  • numpy 1.19.5
  • pip
  • python 3.7.10
  • scikit-image 0.16.2
  • scikit-learn 0.22.1
  • scipy 1.4.1