liuquande / SRC-MT

[TMI'20] Semi-supervised Medical Image Classification with Relation-driven Self-ensembling Model
131 stars 20 forks source link

some questions about the results #7

Open TqXue opened 1 year ago

TqXue commented 1 year ago

Really good job! But (1)the method on this line should be epochVal_metrics_test()? https://github.com/liuquande/SRC-MT/blob/2473e3695c4ecafe70b438a81e492d4386b0873c/code/train_SRC_MT.py#L288 Also, is the result obtained in train_SRCMT.py#Line288 an experimental result? No need to run test SRC_ MT.py?

Besides, (2)why did you set a thresh in calculating the metrics? And why it is equal to 0.18?
https://github.com/liuquande/SRC-MT/blob/2473e3695c4ecafe70b438a81e492d4386b0873c/code/utils/metrics.py#L119

Thanks for your early reply!