wangqiuwen1006 / Medical-3D-Voxel-Classification

This is a classification of lung nodules using pytorch, it is the final project of SJTU-EE228.
9 stars 2 forks source link

Is there a paper about it? and how to generate the 'test data'? #2

Closed yl255 closed 3 years ago

yl255 commented 3 years ago

Hi, Thank you for your great work. Is there a paper about this work? and in the test.py, how to convert the 'mhd' file to the '.npz' file? Best, Yaliang

wangqiuwen1006 commented 3 years ago

This is just the homework code for the EE228 course,SJTU, So no related papers have been written. And the original files provided in the course are '.npz' files, so I don't know how to use '.mhd' files. Thank you for your attention and hope you can solve the problem.