Avalanche (PyTorch) reads input images (of my custom dataset) as black images. #694
Answered
by
vlomonaco
RezaKakooee
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vlomonaco
Jul 6, 2021
Replies: 1 comment 18 replies
-
Hi @RezaKakooee! Sorry for the rough patches, can you share the minimal code to re-produce the error? :) |
Beta Was this translation helpful? Give feedback.
18 replies
Answer selected by
AndreaCossu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @RezaKakooee! Sorry for the rough patches, can you share the minimal code to re-produce the error? :)
This seems a data pre-processing problem. Avalanche uses the transformations defined during the dataset creation. How are you creating your own dataset?