You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
I want to use images of .gif instead of .nii .
So I mordified label_name and data_name of def create_list() in NiftiDataset.py .
However there are errors!
%python check_loader_patches.py
RuntimeError: Exception thrown in SimpleITK ImageFileReader_Execute: /tmp/SimpleITK/Code/IO/src/sitkImageReaderBase.cxx:105:
sitk::ERROR: Unable to determine ImageIO reader for "./Data_folder/train_set/patient_1/image.gif"
Are images of .gif instead of .nii bad?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use images of .gif instead of .nii .
So I mordified label_name and data_name of def create_list() in NiftiDataset.py .
However there are errors!
%python check_loader_patches.py
RuntimeError: Exception thrown in SimpleITK ImageFileReader_Execute: /tmp/SimpleITK/Code/IO/src/sitkImageReaderBase.cxx:105:
sitk::ERROR: Unable to determine ImageIO reader for "./Data_folder/train_set/patient_1/image.gif"
Are images of .gif instead of .nii bad?
The text was updated successfully, but these errors were encountered: