Help to Segment Multiple Sclerosis Plaques with MONAI Label

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?