open-mmlab / mmyolo

OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.

Home Page:https://mmyolo.readthedocs.io/zh_CN/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmdet tools can not use in mmyolo: confusion_matrix, get_flops

Redreadblack opened this issue · comments

What is the problem this feature will solve?

when i want to use some tools from mmdetection, i code this command:
mim run mmdet confusion_matrix configs/xxx/xxx.py
I got below error:
KeyError: 'YOLOv5CocoDataset is not in teh dataset registry'

such as tool: get_flops

mmyolo:0.1.3
mmengine: 0.3.1
mmdet: 3.0.0rc3
mmcv: 2.0.0rc2

What is the feature you are proposing to solve the problem?

merge tools form mmdet to mmyolo

What alternatives have you considered?

No response

@Redreadblack Thank you for your feedback. This is a known issue and is currently being processed.