Replies: 1 comment 8 replies
-
Are you seeing this |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Hi all, I am working on the
Deep Atlas
. When I make inference on the segmentation network, I firstly convert the predicted label from 3D numpy array intonii.gz
format and then save them to the output folder. However, when I open the 3D Slicer to check labels, some show nothing but some can show the segmentation. When I use thenp.unique(predict)
to get number of labels, those who cannot show the segmentation on Slicer have only[0]
which means they only have background. The prediction code comes fromDeep Atlas
tutorial, does anyone has any suggestions, thanks in advance!Code script
Beta Was this translation helpful? Give feedback.
All reactions