AILab-CVC / YOLO-World

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

where is the weights? Have we got to train before we got the weight? #168

Open RicardoNing opened 6 months ago

RicardoNing commented 6 months ago

could you share the weights for us to fine-tuning? thanks

wondervictor commented 6 months ago

Please see configs/finetune_coco, code, weights, and logs are available.

RicardoNing commented 6 months ago

Big Thanks. And could you recommend requirement list for demo.py as it seems that there is a dependency issue about mmcv and mmdet with Windows system?

wondervictor commented 6 months ago

see: https://github.com/AILab-CVC/YOLO-World/blob/master/pyproject.toml

RicardoNing commented 6 months ago

Thanks. And May I know if it is typo that lvis under coco data file? 8wMfLXlpNy

wondervictor commented 6 months ago

The LVIS and COCO share the same images. The LVIS folder contains the LVIS annotation files.

RicardoNing commented 6 months ago

Thank you very much. For the question 2, it seems that I couldn't install dependencies from pyproject.toml image