EthanH3514 / AL_Yolo

👺 基于Yolov5的Apex Legend游戏 AI 辅瞄外挂
Apache License 2.0
274 stars 46 forks source link

依赖文件都指向本地目录。 #24

Closed houziyu closed 9 months ago

houziyu commented 9 months ago

requirements.txt中依赖都指向本地目录。

houziyu commented 9 months ago

还是用第一次commit的就可以?

houziyu commented 9 months ago

CUDA 11 如果是A卡怎么办?是不是无法使用了?

EthanH3514 commented 9 months ago

CUDA 11 如果是A卡怎么办?是不是无法使用了?

应该是不支持A卡了,这个项目并没有做兼容性的优化

EthanH3514 commented 9 months ago

requirements.txt中依赖都指向本地目录。

这个没看懂,指向本地目录是什么意思?

EthanH3514 commented 9 months ago

还是用第一次commit的就可以?

第一次commit的那个是Yolov5的依赖,安装了之后还是会有一些额外的依赖需要安装,建议使用最新的requirements

houziyu commented 9 months ago

WX20231129-101152 pip list --format=freeze > requirements.txt

EthanH3514 commented 9 months ago

感谢你的issue,应该已经修复了