-
Hello, I've been trying to re-train the detection mode from scratch, but instead of doing detection for just "nodule" class, I have modified the dataset_fold0.json file, specifically the "label", by using the labelling from LIDC-IDRI dataset, at pylidc https://pylidc.github.io/annotation.html . Basically matching the json file "image" value and pylidc seriesinstanceuid. So now there are a total of 5 classes, 0,1,2,3,4 . I have modified the config file fg_labels to [0,1,2,3,4]. I have modified the luna16_training.py at line 245
But after the second validation after epoch 10 the val metrics are showing all 0. Is there something i need to modify to make this work for multiclass? Or would i need to wait for a few more validation to confirm that it is not training properly |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @Can-Zhao, can you help share some comments on this one? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thank you for reaching out.
|
Beta Was this translation helpful? Give feedback.
Thank you for reaching out.