-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
questions about evaluate_segmenters.py #32
Comments
evaluate_segmenters.py is a script used only to compare the different segmentation models described in the paper; it is not necessary for training an augmented segmentation model. Searching for "dice" in the voxelmorph repo, I see there is now this sample: https://github.com/voxelmorph/voxelmorph/blob/dev/scripts/tf/test.py You should select a |
@xamyzhao |
It seems like here, evaluate_segmenters is looking for test data to evaluate your trained segmentation networks on, and is not finding any training or testing data. How many .npz files do you have for training/testing? |
@xamyzhao |
The script is failing right now because it is not finding enough test volumes. If you look at Line 124 in 4634c60
|
@xamyzhao |
Thank you very much for sharing the code.
I have many questions about evaluate_segmenters.py. Could you tell me more details about how to run the evaluate_segmenters.py? And I can't find the src/losses, so I import the voxelmorph package. However I find I cannot find the binary_dice. So how can I do?
And if I let the ds_key=mri-100unlabeled-test then will "IndexError: list index out of range"
If I let the ds_key=mri-100unlabeled then will "KeyError: 'n_test'"
Thanks for your help
The text was updated successfully, but these errors were encountered: