LUNA16-Lung-Nodule-Analysis-2016-Challenge icon indicating copy to clipboard operation
LUNA16-Lung-Nodule-Analysis-2016-Challenge copied to clipboard

How to test a complete 3D image?

Open zhang-qiang-github opened this issue 3 years ago • 2 comments

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?

zhang-qiang-github avatar Sep 26 '20 15:09 zhang-qiang-github

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.

junqiangchen avatar Nov 30 '20 04:11 junqiangchen

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在哪个部分

perhapzz avatar Nov 26 '21 14:11 perhapzz