Dataset with images with no gt labels #963
Unanswered
aschneid42
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my datasets in the DOTA format and the models train and evaluate ok, but I have about 10% of my image chips with no gt labels, intentionally so that the model learns no to generate predictions in these cases. However when the dataloader is created, it only includes the images that have labels! How can I tell it to use ALL the images even if they have no gt in them? This must be an easy config flag that can be set True/False, no?
Beta Was this translation helpful? Give feedback.
All reactions