open-mmlab / mmeval

A unified evaluation library for multiple machine learning libraries
https://mmeval.readthedocs.io/en/latest/
Apache License 2.0
256 stars 49 forks source link

[Refactor] Refactor detection dataset metainfo to lowercase and update detection metric logics #98

Closed BIGWangYuDong closed 1 year ago

BIGWangYuDong commented 1 year ago

Motivation

Sync with https://github.com/open-mmlab/mmdetection/pull/9469

Modification

Refactor detection dataset metainfo to lowercase

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

BIGWangYuDong commented 1 year ago

image Supporting saving coco summarize information

BIGWangYuDong commented 1 year ago

Kindly ping @C1rN09 to have a look at the logic of geting self.classes

BIGWangYuDong commented 1 year ago

Done

BIGWangYuDong commented 1 year ago

After #102, We can print table and logs in mmeval, and can update the logic in mmdet.