🚀 原文地址:

1. Requirements & Installation

Python 3.8 or later with all requirements.txt dependencies installed, including torch>=1.7. To install run:

  1. $ git clone https://github.com/ultralytics/yolov5.git
  2. $ pip install -r requirements.txt

:::warning 💡 注意: ::: :::info

  1. Windows 版的 PyTorch1.7 已确定在检测图片视频时有问题,训练有无问题尚不清楚,请尽量在 Linux 或者 MacOS 使用本工程。如实在想用 Windows,请降级 PyTorch 至 1.6 版本。
  2. Windows 版使用 pip 安装 pycocotools 需要有 C++ 编译环境,也可以不安装 pycocotools
  3. Windows 上如果遇到 import cv2 错误,有可能是 numpy 版本有问题,降级到 1.19.3 可能会解决。
  4. 实际上 Python 3.6 也可以正常安装 :::