Skip to content

Conversation

@BIGWangYuDong
Copy link
Collaborator

@BIGWangYuDong BIGWangYuDong commented Feb 16, 2023

  1. Fixed VOC metrics, add eval_mode in eval_map, or it will used area when calculating VOC2007, which is wrong.

# remove gt
data_sample.pop('gt_instances', None)
data_sample.pop('ignored_instances', None)
if not self.keep_gt:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering whether we should keep gt in the dumped results. Because it is duplicated with the dataset annotation and is not compressed.
We can modify the eval_metric.py to load the annotation during offline evaluation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants