Cuogeihong / CEASC

The official implementation of CEASC
Apache License 2.0
100 stars 12 forks source link

"RetinaNet: 'RetinaDYHead is not in the models registry'" #33

Open nlcfdwr opened 1 month ago

nlcfdwr commented 1 month ago

您好,我在训练您代码过程中出现了如下问题:KeyError: "RetinaNet: 'RetinaDYHead is not in the models registry'",请问我该怎么解决呢

Cuogeihong commented 1 month ago

check the version of mmdetection, mmdet/models/denseheads/__init_\.py and mmdet/models/dense_heads/retina_dy_head.py

nlcfdwr commented 3 weeks ago

感谢作者的回复现在模型已经训练好了,不过模型的精度很差,可能是由于用我的代码将Visdrone数据集将其转换成COCO格式的原因,请问您可以发一下您的将Visdrone数据集将其转换成COCO格式的代码吗,再次感谢