ljyan93

Results 4 comments of ljyan93

> Hi @mikawudi, it's a bit sad that I haven't tested with torch>=2.0. How about using this: https://mmcv.readthedocs.io/zh-cn/latest/get_started/installation.html#install-with-pip @wondervictor hey but in your https://github.com/AILab-CVC/YOLO-World/blob/master/pyproject.toml the requirement for torch is >2.1.0

hey if anyone fails to install, please try updating pyproject.toml: - replace torch>2.1.0 with torch==1.11.0 - remove torchvision (apologize that I can't find the proper version number for 1.11 torch)

hey @Xiaofei-Kevin-Yang you need the text encoder (which is clip model) locally after this change. 1. first of all, install git lfs curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash sudo apt-get...

hey @wondervictor could you point us which model & config & script (with NMS) to reproduce the huggingface demo locally? thanks in advance.