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 Mar 21, 2024. It is now read-only.
Anton Schwaighofer edited this page Oct 23, 2020
·
5 revisions
If you see an error message like sitk::ERROR: Unable to determine ImageIO reader for ".../Tests/ML/test_data/train_and_test_data/id1_channel1.nii.gz", you quite likely did not set up git lfs correctly.
You can double-check by trying to open the file in question, on Linux via dd if=Tests/ML/test_data/train_and_test_data/id1_channel1.nii.gz ibs=40 count=1 (on Windows, try opening that file in a text editor). If you see a hexadecimal string and other legible things, you need to install git lfs for your operating system, then run git lfs install and git lfs pull.