mmyolo
mmyolo copied to clipboard
KeyError: 'YOLOv5CocoDataset is not in the mmengine::dataset registry
Prerequisite
- [X] I have searched the existing and past issues but cannot get the expected help.
- [X] I have read the FAQ documentation but cannot get the expected help.
- [X] The bug has not been fixed in the latest version.
🐞 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