Skip to content

robustml-eurecom/quality_control_CMR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient model monitoring for quality control in cardiac image segmentation

Repository for code from the paper "Efficient model monitoring for quality control in cardiac image segmentation".

It contains all the scripts and utility programs for implementing our framework.

Authors: Francesco Galati and Maria A. Zuluaga.

Requirements

  • PyTorch 1.6.0
  • CUDA 10.1 (to allow use of GPU, not compulsory)
  • nibabel
  • medpy

Running the Software

All the python classes and functions strictly needed to implement the framework can be found in CA.py.

We demonstrate its effectiveness by reproducing the results of the ACDC Challenge in QC.ipynb, in the absence of ground truth. Inside the notebook you can also find an automatic procedure to tune hyperparameters in case ours do not adapt to your data.

How to cite

If you use this software, please cite the following paper as appropriate:

Galati, F., Zuluaga, M. A. (2021).
Efficient model monitoring for quality control in cardiac image segmentation.
In: 11th Biennal Conference on Functional Imaging and Modeling of the Heart (FIMH)
https://arxiv.org/abs/2104.05533

Copyright and licensing

Copyright 2020.

This software is released under the BSD-3 license. Please see the license file_ for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.5%
  • Python 8.5%