AILab-CVC / YOLO-World

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

Where can I download the pretrained models #430

Open hfassold opened 1 month ago

hfassold commented 1 month ago

Where can I download the pretrained models given in the table at https://github.com/AILab-CVC/YOLO-World/tree/master?tab=readme-ov-file#zero-shot-inference-on-lvis-dataset ? So the models YoloWorldV2-S, YoloWorldV2-M, YoloWorldV2-L, YoloWorldV2-X etc. Is there some download link on the github page, or do I have to invoke a python script ? Model weights should be in pytorch format.

kezhang-cs commented 1 month ago

If you scroll all the way to the right of the table, there are HF checkpoints for them.

lvke9529 commented 1 month ago

You can refer to this:https://blog.csdn.net/ITdaka/article/details/139306984