RobertoLorusso / BraTS

MIT License
0 stars 0 forks source link

Files not accessible on Drive #2

Closed RobertoLorusso closed 1 year ago

RobertoLorusso commented 1 year ago

Attached screenshot reports exception raised while loading training images. The images are actually present in the directories.

  1. Check the permissions.
  2. Since getitem method NEEDS to return a 4 channel image, when an exception is raised it simply returns a 4 channel image filled with zeros (black images). This could hamper the training process. Need to find a better workaround.
files_bug
dagshub[bot] commented 1 year ago

Join the discussion on DagsHub!

RobertoLorusso commented 1 year ago

Copied files manually into training data folder solved the problem. No more exception thrown.