uci-cbcl / DeepLung

WACV18 paper "DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification"
GNU General Public License v3.0
153 stars 54 forks source link

question about a function in frocwrtdetpepchluna16.py #5

Closed mabihuan closed 6 years ago

mabihuan commented 6 years ago

Dear Wentao when I run frocwrtdetpepchluna16.py , I find that you get froclist from the function getfrocvalue, you can see the getfrocvalue function return noduleCADEvaluation's return, but the function noduleCADEvaluation in noduleCADEvaluationLUNA16 return nothing. So what should noduleCADEvaluation return ?

wentaozhu commented 6 years ago

Could you please provide more information? Thank you very much for your interest!

mabihuan commented 6 years ago

I mean in the frocwrtdetpepchluna16.py 153th line you use getfrocvalue function to get the froc value, when I go to see the getfrocvalue function in frocwrtdetpepchluna16.py 116th line, I find getfrocvalue use the noduleCADEvaluation function to get froc value in noduleCADEvaluationLUNA16.py 497th line. the question is that noduleCADEvaluation doesn't return anything. So the noduleCADEvaluation function can't return the froc value.

wentaozhu commented 6 years ago

You may download a new noduleCADEvaluationLUNA16.py from LUNA16 website. I think it should be easy to fix it.

mabihuan commented 6 years ago

I have modified noduleCADEvaluationLUNA16.py, now it work. Thank you.

wentaozhu commented 6 years ago

Congratulations! Good luck on your future research!

HYB777 commented 5 years ago

@mabihuan how did you solve it? i met the same problem

wentaozhu commented 5 years ago

You may get it from #90 #91