Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset folder structure #29

Open
fishneck opened this issue Jul 1, 2022 · 0 comments
Open

dataset folder structure #29

fishneck opened this issue Jul 1, 2022 · 0 comments

Comments

@fishneck
Copy link

fishneck commented Jul 1, 2022

with current instruction in preparing data, I received an error indicating missing components.

  File "/home/by2026/.local/lib/python3.8/site-packages/mpunet/image/image_pair_loader.py", line 228, in _get_paths_from_list_file
    raise OSError("File '%s' does not exist. Did you specify "
OSError: File '/scratch/by2026/OAI/MultiPlanarUNet/data/train/images/LIST_OF_FILES.txt' does not exist. Did you specify the correct img_subdir?

It happens when there's issue with images = sorted(glob.glob(str(self.images_path / "*.nii*"))) in line 239 for possible filename format problem. The .txt should be noted in the structure description in this situation. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant