junqiangchen / LiTS---Liver-Tumor-Segmentation-Challenge

LiTS - Liver Tumor Segmentation Challenge
MIT License
234 stars 73 forks source link

some questions about predict result #16

Closed UCAS-Vincent closed 2 years ago

UCAS-Vincent commented 5 years ago

my segmentation resullts of Liver is all white image,why?

junqiangchen commented 5 years ago

first,make sure the data is right when predicting,second,maybe the trained modal is not good!

UCAS-Vincent commented 4 years ago

Thank you, I made it.

UCAS-Vincent commented 4 years ago

How to process the bmp of the segmentation result into nii

junqiangchen commented 4 years ago

How to process the bmp of the segmentation result into nii

hi,you can load all bmp into 3d array,and using simpleitk generate the nii file.