How to change the length of CLASSES
in RepeatDataset?
#9457
Unanswered
wonbul2022
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can set it through config by set the |
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.
-
I am trying to transform COCO dataset to VOC and running in on mmdetection.
I meet this error:
AssertionError: The
num_classes
(80) in SSDHead of MMDataParallel does not matches the length ofCLASSES
20) in RepeatDatasetHow to fix it?
Beta Was this translation helpful? Give feedback.
All reactions