AILab-CVC / YOLO-World

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

Is this correct to wait so long when installing? #158

Open george66s opened 3 months ago

george66s commented 3 months ago

Hi,

Thanks for the great job!

Just a question about the installation. After I type in the command: pip install -e ., below is the output:

Obtaining file:///home/test/workspace_detect/YOLO-World Installing build dependencies ... |

A very long time has passed and it's still this same message. Is this normal? Does the installation indeed take a very long time?

Thanks George

taofuyu commented 3 months ago

pip install -e . calls pyproject.toml to build the project, it will install many dependencies in this .toml file, it takes time. And if you are in China, it may be time-consuming when installing mmyolo from github. You can install this version of mmyolo by yourself and then delete this line.