Skip to content

Difference between dice scores in postprocessing.json #806

Answered by FabianIsensee
ironb25 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Rohan, you don't need to worry about that. dc_per_class_raw is the dice scores without any postprocessing. dc_per_class_pp_all is what the scores would be if everything except the largest foreground region was removed (in your case it gets a lot worse for class 2 so this step is not done) and finally it uses the outcome of dc_per_class_pp_all (in your case it doesnt use that but the raw data) and tried to remove all but the largest connected component for each individual foreground class (dc_per_class_pp_per_class)

Replies: 1 comment 2 replies

Comment options

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

@FabianIsensee
Comment options

Answer selected by FabianIsensee
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