facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
30.1k stars 7.42k forks source link

How to evaluate coco 80 categories with lvis annotations? #845

Closed zzzzzz0407 closed 4 years ago

zzzzzz0407 commented 4 years ago

Just like the evaluation in PointRend ? Thanks very much!

ppwwyyxx commented 4 years ago

We generate a new json for COCO evaluation using data from lvis annotations. We will later release code for it.

zzzzzz0407 commented 4 years ago

Thanks very much. I try to generate myself, however, I find that the file [(https://github.com/lvis-dataset/lvis-api/blob/master/data/coco_to_synset.json)] cannot match well with the lvis categories in detectron2. e.g. the oven.n.01 in coco_to_synset.json cannot match the category in lvis category. Could you please release code as soon as possible. Thanks very much.