Open
Description
mmdetection/mmdet/evaluation/metrics/lvis_metric.py
Lines 295 to 296 in f78af77
When evaluating proposals, we ignore the categories. However, the variables of params in lvis eval is not the same as coco eval.
It should be lvis_eval.params.use_cats = 0
and lvis_eval.params.max_dets = list(self.proposal_nums)
.
Please check the source code and fix the bug.