AILab-CVC / YOLO-World

[CVPR 2024] Real-Time Open-Vocabulary Object Detection
https://www.yoloworld.cc
GNU General Public License v3.0
4.29k stars 417 forks source link

It is possible to replace its backbone with a yolov9 backbone? #412

Open Vireakdara opened 2 months ago

Vireakdara commented 2 months ago

Greeting

From what I know YOLO-World uses a yolov8 backbone so I wonder if it is possible to replace its backbone to increase the accuracy. for example using Yolov9 backbone.

lvke9529 commented 1 month ago

Have you tried this method and does it work?

Vireakdara commented 1 month ago

well that is what I'm trying to do but I'm facing some problems