Unverified 提交 9bf35e7b authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Merge pull request #56 from channeladam/master

Fix initial basic setup / new starter issues
# pip install -U -r requirements.txt
numpy==1.17
Cython
numpy
opencv-python
torch >= 1.5
matplotlib
pycocotools
tqdm
pillow
tensorboard
pyyaml
torchvision
scipy
tqdm
'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
# Nvidia Apex (optional) for mixed precision training --------------------------
# git clone https://github.com/NVIDIA/apex && cd apex && pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . --user && cd .. && rm -rf apex
......
......@@ -4,4 +4,5 @@
python3 -c "from utils.google_utils import *;
attempt_download('weights/yolov5s.pt');
attempt_download('weights/yolov5m.pt');
attempt_download('weights/yolov5l.pt')"
attempt_download('weights/yolov5l.pt');
attempt_download('weights/yolov5x.pt')"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论