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
I used the given dataset and got stuck in last step. Please help me in sorting out the error. I am not aware why this same error is popping up again and again.
error:
Traceback (most recent call last):
File "runner.py", line 48, in
case_identifiers = [i[:-len("_t1.nii.gz")] for i in subfiles(folder, suffix="_t1.nii.gz", join=False)]
File "/opt/conda/lib/python3.8/site-packages/batchgenerators/utilities/file_and_folder_operations.py", line 24, in subfiles
res = [l(folder, i) for i in os.listdir(folder) if os.path.isfile(os.path.join(folder, i))
PermissionError: [Errno 13] Permission denied: '/app/data/'
The text was updated successfully, but these errors were encountered:
I used the given dataset and got stuck in last step. Please help me in sorting out the error. I am not aware why this same error is popping up again and again.
error:
Traceback (most recent call last):
File "runner.py", line 48, in
case_identifiers = [i[:-len("_t1.nii.gz")] for i in subfiles(folder, suffix="_t1.nii.gz", join=False)]
File "/opt/conda/lib/python3.8/site-packages/batchgenerators/utilities/file_and_folder_operations.py", line 24, in subfiles
res = [l(folder, i) for i in os.listdir(folder) if os.path.isfile(os.path.join(folder, i))
PermissionError: [Errno 13] Permission denied: '/app/data/'
The text was updated successfully, but these errors were encountered: