(Question) Is there a way to add predicted annotations to compare to ground truth? #81
Unanswered
Robotatron
asked this question in
Q&A
Replies: 1 comment
-
Hello @Robotatron , this is how I would do it. Refer to one of the sample notebook like this: https://github.com/pylabel-project/samples/blob/main/coco2voc.ipynb
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I load my test set in COCO format with images and annotations.
Now I also would like to add predictions from several of my models. Those predictions are also in COCO format for model1 and model2.
Is there a way of doing this and visualizing the ground truth as well as predictions of two separate models?
Beta Was this translation helpful? Give feedback.
All reactions