How results of object detection are written in coco eval format?

Hello,

I hope to evaluate results for coco test-set.
To do this, detected result which written json format is needed.

Is there pytorch API for coco evaluation?

Thank you

1 Like

The recently released maskrcnn-benchmark by FAIR (@fmassa) has some testing functions using the COCO dataset. Maybe you could use some of these functions or re-use some snippets.