junqiangchen / LUNA16-Lung-Nodule-Analysis-2016-Challenge

LUNA16-Lung-Nodule-Analysis-2016-Challenge
https://luna16.grand-challenge.org/
264 stars 86 forks source link

How to test a complete 3D image? #34

Closed zhang-qiang-github closed 2 years ago

zhang-qiang-github commented 4 years ago

I want to know how can we test a complete 3D image? If I have a 3D image (512512300), how to generate the nodule? Is there a such test code? In addition, how to generate the confusion matrix and metrics?

junqiangchen commented 3 years ago

I want to know how can we test a complete 3D image? If I have a 3D image (512_512_300), how to generate the nodule? Is there a such test code? In addition, how to generate the confusion matrix and metrics?

hi,you can input 3D image to detect net,and output the nodules roi,then input to classify net. confusion matric and metrics can find on sklearn library.

perhapzz commented 2 years ago

I want to know how can we test a complete 3D image? If I have a 3D image (512_512_300), how to generate the nodule? Is there a such test code? In addition, how to generate the confusion matrix and metrics?

hi,you can input 3D image to detect net,and output the nodules roi,then input to classify net. confusion matric and metrics can find on sklearn library.

你好,请问detect net在哪个部分