How to export prediction results such that it can be imported to COCO Annotator #3880
Unanswered
nusretipek
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.
-
I know that the detection results are saved as COCO results format under the ./output/coco_instances_results.json, however I would like to use predictions as an aid to annotate and fix more images. I use Coco annotator and I could not find a proper way to import these predictions to fine-tune there. My model outputs key points and bounding boxes. In other words, do you know an easy way to convert detections such that it will be a COCO import format rather than COCO results?
Beta Was this translation helpful? Give feedback.
All reactions