Replies: 2 comments 6 replies
-
Hi @dongyang0122 @wyli , Could you please help share some advice about this ticket? Thanks. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @eanemo, can you share the usage of create_test_image_3d or parts of implementation? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to train a model for a binary 3D segmentation task. I have created a custom dataset that includes 46 volumes (nii.gz format) for training and 9 for testing. I have used the example provided in the tutorial section as the base code for training.
I have used several networks architectures (UNet, VNet, SegResNet, etc), solvers (Adam, AdamW, etc) and values for learning rate param (0.001, 0.0001, etc). The best model that I have obtained so far has a mean dice value of 0.65 and loss is about 0.12.
I have tested the source code by using a testing dataset created using the create_test_image_3d method from Monai. Using this testing dataset I get a segmentation model with a mean dice value over 0.95 without any problems. So I presume that the source code is correct.
My custom dataset contains images like the following ones:
Image
Segmentation (Ground Truth)
The model obtain a segmentation like this one:
Any idea, suggestion for improving my current results?
Beta Was this translation helpful? Give feedback.
All reactions