open-mmlab/mmyolo

KeyError: 'YOLOv5CocoDataset is not in the mmengine::dataset registry

Priyanshu88 opened this issue · 0 comments

Prerequisite

🐞 Describe the bug

I am performing distillation of mmyolo/configs/rtmdet
/rtmdet_l_syncbn_fast_8xb32-300e_coco.py but getting the KeyError: 'YOLOv5CocoDataset is not in the mmengine::dataset registry. Please check whether the value of YOLOv5CocoDataset is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'

Environment

config path = mmyolo/configs/rtmdet
/rtmdet_l_syncbn_fast_8xb32-300e_coco

this is distillation method i am using : https://github.com/open-mmlab/mmrazor/blob/main/configs/distill/mmdet/pkd/pkd_fpn_faster-rcnn_r101_faster-rcnn_r50_2x_coco.py

Additional information

No response