976f399ea2 [Refactor] Refactor detection dataset metainfo to lowercase and update 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>
a9cf49b16b [Feature] Add CharRecallPrecision for OCR Task (#96) * [Feature] Adapt MMEval for CharRecallPersion WordAccuracy OneMinusNDE * fix comment * add api doc * fix doc comment * fix comment * fix comment
- Compare 2 commits »