vqdang / hover_net

Simultaneous Nuclear Instance Segmentation and Classification in H&E Histology Images.
MIT License
538 stars 224 forks source link

The tn_dt metric always 0 #228

Open xiaoshuomin opened 1 year ago

xiaoshuomin commented 1 year ago

Hello, I am a student who is learning your Hover-Net code but meeting a question. When calculating the tn_dt metric in ConSep dataset, the problem I have is that the value is always 0. What causes this?The Unet,dist and micronet which download from tensorflow version of Hover-Net is also meet the same problem.

I am looking forward to your reply and guidance!

zhouyi-git commented 1 year ago

Why can't I find the value of the three output indicators of the test, for example, Dice=0.85, where is the output?

hjtalent2023 commented 1 year ago

Hello! I have met a similarly question with you. like flow: ------valid-np_acc : 0.92795 ------valid-np_dice : 0.73184 ------valid-tp_dice_0 : 0.94518 ------valid-tp_dice_1 : 0.02475 ------valid-tp_dice_2 : 0.49475 ------valid-tp_dice_3 : 0.00000 ------valid-tp_dice_4 : 0.61169 ------valid-hv_mse : 0.06671 the dice_3 is always 0. I use the Consep dataset,and set the nr_types are 5. Does anybody can help me?