Dootmaan / MT-UNet

Official Code for *Mixed Transformer UNet for Medical Image Segmentation*
MIT License
160 stars 26 forks source link

Question about LV MYO RV values in your paper? #45

Closed haideralimughal closed 3 months ago

haideralimughal commented 4 months ago

Thanks for your outstanding work. Can you share the version of the test.py code that outputs the values of LV MYO RV? Besides, I have successfully run your code but obtained the values of 12 test cases on the ACDC dataset but still struggling to understand how you obtained the LV MYO RV values.

Dootmaan commented 3 months ago

Hi @haideralimughal and thank you for your question. The dice and HD95 values of LV MYO RV are already logged in the current test_ACDC.py file. Please refer to line 26 of utils/test_ACDC.py

haideralimughal commented 3 months ago

Understood. Thank you.