Skip to content
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Python C C++ Cuda Other
Branch: dev
Clone or download

Latest commit

Latest commit 935bf43 Apr 22, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github remove previous template Jul 11, 2018
.gitlab modified: .gitlab/merge_request_templates/Pull_request.md Mar 28, 2017
ci Revert "TEST (should not be merged to dev): using python 3 for bundli… Feb 5, 2019
config Update default_multimodal_segmentation_eval.ini Mar 3, 2020
data moving brain parcellation demo to the zoo Nov 30, 2017
demos Update config.ini Mar 3, 2020
doc Update installation.rst Dec 17, 2019
niftynet Fixed bug when logging discriminator loss for tensorboard in GAN appl… Jan 16, 2020
tests fixes se_resnet spatial avg. Dec 18, 2019
.gitattributes Issue #212: renamed _version.py => versioneer_version.py for clarity May 29, 2018
.gitignore gitignore test data path Oct 7, 2019
.gitlab-ci.yml Update .gitlab-ci.yml Jan 14, 2020
.readthedocs.yml update doc website Dec 11, 2017
CHANGELOG.md add changelog entry for v0.6.0 release [skip-ci] Oct 9, 2019
CODE_OF_CONDUCT.md Updating mailing list info Jul 11, 2018
CONTRIBUTING.md add a warning about not using CI-skip syntax in commit message Oct 9, 2019
LICENSE Revert "Revert "copyright year 2017 -> 2018"" May 15, 2018
README.md Mark as unmaintained Apr 21, 2020
net_autoencoder.py add shebang line Nov 21, 2017
net_classify.py Added entrypoint and CI tests for classify Feb 12, 2018
net_download.py defaulting csv_file output to the the folder of data_split_file Nov 27, 2017
net_gan.py add shebang line Nov 21, 2017
net_regress.py add shebang line Nov 21, 2017
net_run.py add shebang line Nov 21, 2017
net_segment.py add shebang line Nov 21, 2017
niftynet-logo.png updated logo Jun 1, 2017
requirements.txt testing tf 1.15 compat. Dec 17, 2019
run_test.sh update of data for csv_reader / debug of dictionary call in image set… Oct 3, 2019
setup.cfg Revert "Revert "Issue #212: set versioneer tag_prefix to 'v'"" May 29, 2018
setup.py fixes pip install dependencies Oct 9, 2019
train_modality_classification.ini integrated csv reader into classification application and included .i… Jul 3, 2019
versioneer.py Issue #212: added new files as generated by versioneer version 0.18: May 29, 2018

README.md

Status update - 2020-04-21

⚠️ NiftyNet is not actively maintained anymore. We have learned a lot in our journey and decided to redirect most of the development efforts towards MONAI.

NiftyNet

pipeline status coverage report License PyPI version

NiftyNet is a TensorFlow-based open-source convolutional neural networks (CNN) platform for research in medical image analysis and image-guided therapy. NiftyNet's modular structure is designed for sharing networks and pre-trained models. Using this modular structure you can:

  • Get started with established pre-trained networks using built-in tools
  • Adapt existing networks to your imaging data
  • Quickly build new solutions to your own image analysis problems

NiftyNet is a consortium of research organisations (BMEIS -- School of Biomedical Engineering and Imaging Sciences, King's College London; WEISS -- Wellcome EPSRC Centre for Interventional and Surgical Sciences, UCL; CMIC -- Centre for Medical Image Computing, UCL; HIG -- High-dimensional Imaging Group, UCL), where BMEIS acts as the consortium lead.

Features

  • Easy-to-customise interfaces of network components
  • Sharing networks and pretrained models
  • Support for 2-D, 2.5-D, 3-D, 4-D inputs*
  • Efficient training with multiple-GPU support
  • Implementation of recent networks (HighRes3DNet, 3D U-net, V-net, DeepMedic)
  • Comprehensive evaluation metrics for medical image segmentation

NiftyNet is not intended for clinical use.

NiftyNet release notes are available here.

*2.5-D: volumetric images processed as a stack of 2D slices; 4-D: co-registered multi-modal 3D volumes

Installation

  1. Please install the appropriate TensorFlow package*:
  2. pip install niftynet

All other NiftyNet dependencies are installed automatically as part of the pip installation process.

To install from the source repository, please checkout the instructions.

Documentation

The API reference and how-to guides are available on Read the Docs.

Useful links

Citing NiftyNet

If you use NiftyNet in your work, please cite Gibson and Li, et al. 2018:

BibTeX entry:

@article{Gibson2018,
  title = "NiftyNet: a deep-learning platform for medical imaging",
  journal = "Computer Methods and Programs in Biomedicine",
  year = "2018",
  issn = "0169-2607",
  doi = "https://doi.org/10.1016/j.cmpb.2018.01.025",
  url = "https://www.sciencedirect.com/science/article/pii/S0169260717311823",
  author = "Eli Gibson and Wenqi Li and Carole Sudre and Lucas Fidon and
            Dzhoshkun I. Shakir and Guotai Wang and Zach Eaton-Rosen and
            Robert Gray and Tom Doel and Yipeng Hu and Tom Whyntie and
            Parashkev Nachev and Marc Modat and Dean C. Barratt and
            Sébastien Ourselin and M. Jorge Cardoso and Tom Vercauteren",
}

The NiftyNet platform originated in software developed for Li, et al. 2017:

Licensing and Copyright

NiftyNet is released under the Apache License, Version 2.0.

Copyright 2018 the NiftyNet Consortium.

Acknowledgements

This project is grateful for the support from the Wellcome Trust, the Engineering and Physical Sciences Research Council (EPSRC), the National Institute for Health Research (NIHR), the Department of Health (DoH), Cancer Research UK, King's College London (KCL), University College London (UCL), the Science and Engineering South Consortium (SES), the STFC Rutherford-Appleton Laboratory, and NVIDIA.

You can’t perform that action at this time.