Closed hluetck closed 5 years ago
@hluetck have you downloaded the model weights from https://github.com/soltanianzadeh/STNeuroNet/tree/master/models ? If so, make sure the "models" folder is in the same folder as demo_inference_neurofinder.py
.
Dear @soltanianzadeh
yes, I have the models
folder in the same folder as demo_inference_neurofinder.py
. But I specified the wrong folder in DirModel
. Now it works. Thanks for your help!
Hello, I am trying to run the
demo_inference_neurofinder.py
script with the Neurofinder 400 example dataset. When callingniftynet.main()
I get the following error:The folder
/home/luetcke/Analysis/models/Neurofinder/Trained Network Weights/neurofinder/models/checkpoint
does not exist. Should it be created at some point before?Thanks for your help.