M3DV / FracNet

[eBioMedicine] Deep-learning-assisted detection and segmentation of rib fractures from CT scans: Development and validation of FracNet
https://m3dv.github.io/FracNet/
Apache License 2.0
50 stars 25 forks source link

Some dimensions of the generated forecast file are incorrect?for example,RibFrac421-label.nii.gz should (512,512,325),but get a shape (512,512,345) #3

Closed JXQI closed 3 years ago

JXQI commented 3 years ago

I think should add the code after image_path_list:

indice=[i.split('/')[-1].split('-')[0] for i in image_path_list] image_pathlist=[index for ,index in sorted(zip(indice,image_path_list))]

kaimingkuang commented 3 years ago

I think should add the code after image_path_list:

indice=[i.split('/')[-1].split('-')[0] for i in image_path_list] image_pathlist=[index for ,index in sorted(zip(indice,image_path_list))]

Fixed with pull request #4