Skip to content

The problem with the accuracy of training from scratch #922

Answered by diazandr3s
Minxiangliu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Minxiangliu,

Thanks for the detailed discussion.

I've checked the files you attached and one of the main issues is that not all the HNC volumes have the same number of labels - some of them have only one label. In the most recent MONAI Label version, we've proposed a transform to deal with these cases: https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/trainers/segmentation.py#L77

The second issue I saw is that in the segmentation model there is no need to declare a background label. It is only needed for the DeepEdit model - This is because the DeepEdit model simulates clicks also for the background.

Another issue is that you weren't using the most recent…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Minxiangliu
Comment options

You must be logged in to vote
2 replies
@Minxiangliu
Comment options

@diazandr3s
Comment options

Comment options

You must be logged in to vote
1 reply
@diazandr3s
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants