-
I would like to run inference over a directory of images and write the predictions (in COCO format) to a file. What's the recommended way to do so? |
Beta Was this translation helpful? Give feedback.
Answered by
ashnair1
May 8, 2021
Replies: 1 comment
-
Ah nvm. Solved it. Using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashnair1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah nvm. Solved it. Using
demo.py
and theinstances_to_coco_json
function.