Label Documentation #1582
-
Is there a place I could look to find documentation regarding how to format my premade labels into MONAI Label? I have had struggles thus far where the labels I submit are not recognized and are not contributing to the training and learning. They are all Nifti files but there might be other parameters I have configured differently for my files. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Hi @dpardi02, Thanks for asking this. In this video, I commented on how the volumes and labels should be organized to use MONAI Label: https://youtu.be/-HAryYAO5J4?si=OaZMhMQW9lh-Njvb&t=778 Here is more information: https://github.com/Project-MONAI/MONAILabel#local-datastore-for-the-radiology-app-on-single-modality-images Are you working with non-overlapping segments? How many annotated volumes you've premade? Hope this helps, |
Beta Was this translation helpful? Give feedback.
Many thanks for the update @dpardi02
Glad you found the source of the problem.
About your questions:
Yes, most of them are in the config file. However, you can go deeper and modify in the training file the learning rate, optimizer, loss function, pre-transforms (data augmentation), etc: https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/trainers/segmentation.py#L61