KU-CVLAB / CAT-Seg

Official Implementation of "CAT-Seg🐱: Cost Aggregation for Open-Vocabulary Semantic Segmentation"
https://ku-cvlab.github.io/CAT-Seg/
MIT License
247 stars 25 forks source link

环境配置 #17

Closed jwx15 closed 6 months ago

jwx15 commented 6 months ago

你的项目要求torch>1.13,且还需要安装detectron2,但detectron2仅支持torch到版本1.10

caoql98 commented 3 months ago

请问你是怎么解决的,我装不上detectron2了

jwx15 commented 3 months ago

我就按照作者的命令执行就安装上了

caoql98 commented 3 months ago

我装到最后就直接报错了

jwx15 commented 3 months ago

或者你先执行pip install setuptools==59.5.0 wheel==0.41.2

jwx15 commented 3 months ago

https://detectron2.readthedocs.io/en/latest/tutorials/install.html 或者照着这个里面安装对应的torch和detectron2

caoql98 commented 3 months ago

是的,我弄好了,就得装pytorch cuda11.7的,我这个pytorch cuda11.6的就过不去,感谢感谢!