wentaozhu / DeepLung

WACV18 paper "DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification"
Apache License 2.0
312 stars 143 forks source link

How to compute probability for each nodule candidate #81

Closed tricoffee closed 5 years ago

tricoffee commented 5 years ago

The field "probability" in this file https://raw.githubusercontent.com/wentaozhu/DeepLung/master/evaluationScript/annotations/3DRes18FasterR-CNN.csv is used to calculate FROC. I wanna know how to compute probability for each nodule candidate.

wentaozhu commented 5 years ago

You may try this script https://github.com/wentaozhu/DeepLung/blob/master/evaluationScript/frocwrtdetpepchluna16.py

tricoffee commented 5 years ago

You may try this script https://github.com/wentaozhu/DeepLung/blob/master/evaluationScript/frocwrtdetpepchluna16.py

Thx