NiftyNet icon indicating copy to clipboard operation
NiftyNet copied to clipboard

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy

Results 101 NiftyNet issues
Sort by recently updated
recently updated
newest added

Hi Team, I am able to successfully download and to inference using **highres3dnet_brain_parcellation** model. But, I cannot find the details about segmentation classes in the output. Where can I find...

Hi community, As far as I understand, all the development from niftynet is redirected to Monai project. However, I can not find dense v-net implementation in Monai. Is this model...

Dear Niftynet User, I plan to train a model with one input and three (or more) outputs. Just consider a 2D image as input and three 2D images as output....

I want to have a python script in which I apply some preprocessing steps to my data and then feed it to a neural network of choice. How can I...

enhancement

I am wondering if we can use NiftyNet pre-trained model in a way like TensorflowHub, such as the example from TensorflowHub : ``` with tf.Graph().as_default(): module_url = "https://tfhub.dev/google/nnlm-en-dim128-with-normalization/1" embed =...

help wanted

Could I use other DL framework to build model,such as Keras ?

Dear Niftynet, I work as a Medical Physicist and is also a part time researcher I hope I could get some help from you to explain a couple of things...

It would be very neat to have NiftyNet use TensorFlow 2.0 instead of 1.x. This especially for our use case where we want to speed up the training time by...

Hi I am trying to train 3D segmentation network and using the Vnet config file in the github repo. But the result seems that it is not training at all...

help wanted

Hi Thank you to open your novel framework. I used 3D DenseVnet to predict CT image label. And before use my data, I tested your organ model and data. But...

help wanted