How to use separate detection heads in ConcatDataset? #9037
Unanswered
jinga-lala
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use Concatenate Dataset option in MMDetection framework for Object detection? Particularly this,
https://mmdetection.readthedocs.io/en/latest/tutorials/customize_dataset.html#concatenate-dataset
I want to combine two supported datasets: COCO and VOC. However, both of them have different number of classes.
How can I ensure that the object detection heads are different for both models but we have same backbone?
Is there any other functionality in MMDetection that I can use to achieve this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions