Hi everyone, I would like to train a model to segment multiple sclerosis plaques on 3D FLAIR images, one by one, each with distinct labels. I’ve started with a dataset of 10 patients just to get started before tackling segmentation on a larger number of cases. As described in the tutorial “MONAI Label - Training from Scratch (https://www.youtube.com/watch?v=3HTh2dqZqew)”, I modified the dictionary in the deepedit.py file by adding labels like “lesion1, lesion2, lesion3,” etc. (I’ve included 7 labels) and then changed “use_pretrained_model” to “false”. As seen in the screenshot, I’ve just reached an accuracy of 27%. However, even after adding additional labels for lesions in the segment editor (such as lesion8, lesion9, lesion10, etc., since some cases have more than 7 plaques), it seems that lesions beyond the seventh one are not considered during training (see the terminal screenshot). How can I resolve these issues? Would training on more cases lead to better accuracy?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
MONAI Label - Training from Scratch | 6 | 1511 | December 3, 2022 | |
Unexpected results from training new model in Monai Label | 8 | 748 | August 9, 2022 | |
Monai Label: accuracy not showing | 1 | 97 | May 7, 2024 | |
Monai label - edit a pre-trained model | 1 | 188 | May 17, 2024 | |
MonaiLabel-does training data need to be registered? | 7 | 266 | December 20, 2023 |