ChenhongyiYang / PPAL

[CVPR 2024] Plug and Play Active Learning for Object Detection
Apache License 2.0
85 stars 10 forks source link

Using YOLO models #22

Open azad96 opened 4 days ago

azad96 commented 4 days ago

Hi @ChenhongyiYang. Firstly, thank you for your work. The paper looks really good.

MMDetection supports some YOLO models such as YOLOv3 and YOLOX, but I want to use newer versions like YOLOv8. They are supported in MMYOLO. I simply tried to copy the configs of YOLOv8 from MMYOLO to MMDetection, but it did not work that way and raised some errors. Is it possible to use the YOLO models of MMYOLO in this repo?