How to export detectron2 output as coco format to train another model #4521
Unanswered
ahmedelbehery99
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 trained a detectron2 model on a custom dataset that consists of only 250 images, and used the model to inference about 1400 images, picked around 800 good images of them, and want to use these images to train another detectron2 model.
My question is: how to export the segmented images as coco format so I can train another model with a much bigger dataset?
Beta Was this translation helpful? Give feedback.
All reactions