lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

Bounding Boxes and nodulePred #59

Open bfan1256 opened 6 years ago

bfan1256 commented 6 years ago

Does anyone know the meaning of nodulePred? I know that casePred is the probability of cancer for the lung. However, I'm confused about what nodulePred is. Is it the bounding boxes for the potential nodules? Or is that in the coordlist variable in the Data3BowlClassifier? @lfz, you mentioned in a previous issue (#27) that the identification of the bounding box is in the data_classifier.py File, however, I am unsure where in that file it is located? Could anyone or @lfz please point me in the direction to get the locational coordinates for the bounding boxes in pertinence to DICOM images (i.e., DICOM data such as the Kaggle Dataset)?

lfz commented 6 years ago

please refer to detection result demo.ipynb to see how to visualize results

bfan1256 commented 6 years ago

Great, thank you so much @lfz.

bfan1256 commented 6 years ago

Is there a way to show all nodules that were detected by the detector network and they're associated malignancy probabilities?