Zyun-Y / DconnNet

Codes for CVPR2023 paper "Directional Connectivity-based Segmentation of Medical Images"
131 stars 7 forks source link

how to test and output the binary results(maps)? #34

Open Lenleooo opened 5 days ago

Lenleooo commented 5 days ago

Hi, Professor Yang, when training , it's OK. But i do not know how to test the model and generate the binary predictions. I tried to add the .pth file to the parameter ('--test_only') in train.py after training process. However, it outputs the low DSC scores and do not output the binary predicted results(images). If possible, please help me. Thanks!

Zyun-Y commented 4 days ago

Thanks for your interest. What were your testing/validation results during training? Would you like to send a screenshot of the training log (including the testing please)?

Lenleooo commented 4 days ago

Thanks for your reply. Here is the screenshot.

Train process(normal DSC) :

train

Test process (abnormal DSC) :

test