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 431 forks source link

可以请教一下详细的环境配置流程,救救我 #383

Open 0103WangLe opened 3 months ago

wondervictor commented 3 months ago

Hi @0103WangLe, there is a detailed guide at: https://github.com/AILab-CVC/YOLO-World/blob/master/docs/installation.md You only need to install torch>=1.11.0 and mmcv==2.0.0 and do not need to build this project.

Nathan-Li123 commented 3 months ago

What do you mean 'do not need to build this project'? Does that mean I only need to install the requiremnets but do not need run 'pip install -e .'?