第一步 克隆代码

  1. 克隆代码到本地 git clone https://gitee.com/wengxiulin/gradio_yolov5_det.git
  2. 安装依赖 pip install -r requirements.txt

第二步 环境准备

  1. 我使用的python环境为 anaconda3 安装可参考(https://www.yuque.com/u2304658432/hrfgmf/go8rwzdkugpwebmg?singleDoc# 《Anaconda3》)
  2. 代码运行环境为 python3.9
  3. 下载所需要的包用 anaconda3 自带的

01新手运行 - 图1

点开后如下图

01新手运行 - 图2

安装代码参考

  1. pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy
  2. pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib
  3. pip install -i https://pypi.tuna.tsinghua.edu.cn/simple scipy

第三步 数据准备

  1. 下载数据集

运行 model_download/*.sh 文件即可

注意报错

  1. windows git bash wget: command not found

解决方法 参考 https://blog.csdn.net/eddy23513/article/details/106621754