wasserth / TotalSegmentator

Tool for robust segmentation of >100 important anatomical structures in CT and MR images
Apache License 2.0
1.51k stars 250 forks source link

Could you provide detailed results of different organs? #3

Closed Fivethousand5k closed 2 years ago

Fivethousand5k commented 2 years ago

Hi!

wasserth commented 2 years ago

The train/test/val split can be found in the file meta.csv in the dataset which can be downloaded here: https://zenodo.org/record/6802614

What do you mean by detailed segmentation results? Do you mean the softmax probabilities of the nnUNet?

Fivethousand5k commented 2 years ago

Hi, I wanna have your numerical metric results such as Dice. In your current paper, you just provide a figure with metrics plotted, which is hard for us to know the numerical results. Maybe I have to measure these metrics with the help of a ruler. :Þ

wasserth commented 2 years ago

I uploaded the detailed results here: https://github.com/wasserth/TotalSegmentator/blob/master/resources/results_all_classes.json Those are for the high resolution model (1.5mm).

Fivethousand5k commented 2 years ago

Thanks