第一步 克隆代码
- 克隆代码到本地 git clone https://gitee.com/wengxiulin/gradio_yolov5_det.git
- 安装依赖 pip install -r requirements.txt
第二步 环境准备
- 我使用的python环境为 anaconda3 安装可参考(https://www.yuque.com/u2304658432/hrfgmf/go8rwzdkugpwebmg?singleDoc# 《Anaconda3》)
- 代码运行环境为 python3.9
- 下载所需要的包用 anaconda3 自带的
点开后如下图
安装代码参考
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple scipy
第三步 数据准备
- 下载数据集
运行 model_download/*.sh 文件即可
注意报错
windows git bash wget: command not found
解决方法 参考 https://blog.csdn.net/eddy23513/article/details/106621754