Replies: 4 comments 5 replies
-
This is the segmentation part of the code:
|
Beta Was this translation helpful? Give feedback.
-
HI @royak, thanks for posting the question. Regarding Dice metric, it probably related to these issues. Is just validation Dice not improving? Or both training and validation Dice are not improving? If above suggestions do not help, feel free to show some training logs (e.g., dice, loss, ...), it would help to dig into more. |
Beta Was this translation helpful? Give feedback.
-
Do you mind having a look at this part of the log from the original code that I pasted above,
|
Beta Was this translation helpful? Give feedback.
-
Thanks so much for your help @diazandr3s and @tangy5 👍 @royak and I put together a repository to track development of this model https://github.com/LymphNodeQuantification/Monailabel-LNQ It has everything you need to get the data and try training the model. We really appreciate any and all suggestions! |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am using the Monai label segmentation model on CT Lymph node data from https://wiki.cancerimagingarchive.net/display/Public/CT+Lymph+Nodes
I converted 90 of them, did a little bit of preprocessing, and saved them in a monai format folder:
TCIA_lymphnode_monailabel
I am working on GCP and connecting it with a tunnel to a local 3d slicer on MacBook
I switched to the new version of monailabel and tweaked scale intensity and learning rate and some other small changes which are visible in the code which I pasted under this issue, every time I run I get a lot of errors between epochs as shown here:
My dice score does not improve either.
Any suggestion to improve this model is greatly appreciated.
In this image
Ground truth: green
monailabel prediction : red
Beta Was this translation helpful? Give feedback.
All reactions