-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] Refactor detection dataset metainfo to lowercase and updat…
…e detection metric logics (#98) * [Refactor] Refactor detection dataset metainfo to lowercase * minor fix * update * support keep coco eval information and support load CLASSES to avoid BC * update typehint and docstring * add logger in cocodetection * add RELATION_MATRIX to avoid bc-breaking * Update mmeval/metrics/coco_detection.py Co-authored-by: RangiLyu <lyuchqi@gmail.com> * fix comments * empty log level info->warning * default log level change to INFO * fix comments * Update mmeval/metrics/coco_detection.py Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com> * fix comments * fix comments * fix logic * fix typo * add comments for get_classes * suppport logger * update ut * add requiorements * update requirements * using rich to print table * Update mmeval/metrics/coco_detection.py Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com> * fix comments * rename test coco detection ut * add print results flag * minor fix * Update mmeval/metrics/coco_detection.py Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmeval/metrics/oid_map.py Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmeval/metrics/voc_map.py Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> --------- Co-authored-by: RangiLyu <lyuchqi@gmail.com> Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
- Loading branch information
1 parent
a9cf49b
commit 976f399
Showing
7 changed files
with
259 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.