Closed latoa closed 4 years ago
I have this results after the first trainning: Sensitivity:0.63636 False positive per image:0.32308 Dice:0.88455@0.0592 Any comment about? Sensitivity to low perhaps!?
There is a parameter DETECTION_MIN_CONFIDENCE in the mamo_CAD.py file which is the confidence threshold for detection. If you set this parameter lower, the sensitivity would normally increase but also with a higher false positive rate.
Yes. The whole dataset was split into 60% for training, 20% for validation and 20% for testing.