Skip to content

BUG in evaluating lvis proposals #10606

Open
@fushh

Description

@fushh

lvis_eval.params.useCats = 0
lvis_eval.params.maxDets = list(self.proposal_nums)

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions