Open joaomamede opened 1 year ago
Hey @joaomamede,
always happy to hear that you can utilize MIScnn in your research! :)
Can you provide the error message you get if you do not create a fake segmentation.nii.gz?
Normally, you should be able to just call the DataIO on only testing data like the following file structure:
ct_scans/
scan_a/
imaging.nii.gz
scan_b/
imaging.nii.gz
scan_c/
imaging.nii.gz
Cheers, Dominik
Hi all, I tried to create a Data_IO without segmentations.nii.gz and only the imaging data, but it fails when the file is not present.
I trained the model already, it's perfect I want to use it for some research. But I always need to create a fake empty "segmentation.nii.gz" to be able to simple predict from the images.
Any hints? Thanks for MIScnn!