OpenGVLab / VisionLLM

VisionLLM Series
https://arxiv.org/abs/2305.11175
Apache License 2.0
762 stars 15 forks source link

vllmv2 errors #9

Open matbee-eth opened 1 month ago

matbee-eth commented 1 month ago
./install.sh: line 46: cd: apex: No such file or directory
bash: compile.sh: No such file or directory
./install.sh: line 51: cd: visionllmv2/model/unipose/ops: No such file or directory
python3: can't open file '/home/acidhax/setup.py': [Errno 2] No such file or directory
./install.sh: line 56: cd: visionllmv2/model/ops_dcnv3: No such file or directory
python3: can't open file '//setup.py': [Errno 2] No such file or directory
kjdnl commented 1 month ago

mmcv都已经安装成功了。运行eval_semse.py还是报错,请问是什么原因 Traceback (most recent call last): File "/mnt/VisionLLMv2/visionllmv2/eval/eval_semseg.py", line 9, in from mmcv.runner import get_dist_info ModuleNotFoundError: No module named 'mmcv.runner'

wjn922 commented 3 weeks ago

This may attribute to the environment. We use pytorch2.0.1 and CUDA11.8.