rsummers11 / CADLab

Imaging Biomarkers and Computer-Aided Diagnosis Laboratory
https://www.cc.nih.gov/meet-our-doctors/rsummers.html
441 stars 187 forks source link

[3DCE] Sensitivity of Different Lesion Sizes #31

Closed xiecon closed 4 years ago

xiecon commented 4 years ago

I saw the results of sensitivity at 4 FPs of three lesion diameters (Table 1 and Table 4) provided in the paper 3DCE. But I can’t find the treatment for specific diameter range (e.g. <10 mm) in the released code. I am confusing about how to calculate it. Do you first select GT lesions bounding box that meets the diameter range and then compare them with all predicted bounding boxes? Or do you have any special treatments for the predict bounding boxes, such as not calculating bounding box beyond the certain range into false positive?

viggin commented 4 years ago

I first selected GT lesions bounding box that meets the diameter range and then compared them with all predicted bounding boxes to compute FROC curve. For the other two criteria (type and slice interval), I did the same.

xiecon commented 4 years ago

Thank you very much!