Replies: 2 comments
-
Hi @Suchi97, Good question! This transform creates the channels needed for inference based on the number of labels. I hope this helps, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @diazandr3s , Thanks for your reply. Thanks again @diazandr3s |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi Team,
In MONAI Label, the deepedit app is used for interactive segmentation. So if we are using 8 labels, then the input channels will be 9 (labels + image) and the output channels will be 8 (which is the number of labels).
After annotating the images using deepedit app, the trained model expects 9 in_channels and the out_channels will be 8.
Is there a way to use this deepedit trained model outside the MONAI Label. [Like, using this model as pretrained model for transfer learning]
Thanks in advance
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions