Zyun-Y / DconnNet

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

Low Dice on CHASEDB1 #32

Closed AuRousKiNN closed 3 weeks ago

AuRousKiNN commented 5 months ago

I attempted to train the model on the CHASEDB1 dataset, but the resulting Dice score is significantly lower than expected, at around 0.23. In contrast, using the official pretrained model for testing yields a Dice score of around 0.85.

Environment

The following arugments were used during my training (Running in PyCharm):

--dataset chase
--data_root ./dataset/CHASEDB1
--resize 960 960
--num-class 1
--batch-size 4
--epochs 130
--lr 0.0038
--lr-update poly
--folds 5
Zyun-Y commented 4 months ago

Would you mind sharing a screenshot of the training log and also the testing?