Skip to content

Latest commit

 

History

History

PROMISE12

To start this Jupyter Notebook demo:

  1. Install conda

  2. in conda terminal run the following commands:

conda create -n tensorflow python=3.5

# If you are using bash terminal:
source activate tensorflow
# otherwise:
activate tensorflow

conda install nb_conda_kernels
jupyter notebook

This demo only supports NiftyNet cloned from GitHub

Please find further demos/trained models at NiftyNet model zoo.