Multiple Instance Learning (MIL) Examples RuntimeError: LoadImage cannot find a suitable reader for file #846
Unanswered
DocandBean
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Mainly this issue "ValueError: Cannot open /PandaChallenge2020/train_images/c2b4cc586b3984b248e7d095d4c0bd03.tiff", looks like you should remove the first / in the folder path. Or please double-check the absolute file path. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Command
generates
RuntimeError: LoadImage cannot find a suitable reader for file: /PandaChallenge2020/train_images/c2b4cc586b3984b248e7d095d4c0bd03.tiff.
Full error message below
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Train in multi-gpu mode with AMP using all available gpus, assuming the training images in /PandaChallenge2020/train_images folder, using pre-defined 80/20 data split
Environment (please complete the following information):
Additional context
Access/permissions to the file and the ImageLoader class do not seem to be the problem.
yields the following output
Complete Error Output
Beta Was this translation helpful? Give feedback.
All reactions