Skip to content

Commit

Permalink
Merge pull request #56 from channeladam/master
Browse files Browse the repository at this point in the history
Fix initial basic setup / new starter issues
  • Loading branch information
glenn-jocher committed Jun 14, 2020
2 parents 93bbf1b + 335c607 commit 9bf35e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# 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
Expand Down
3 changes: 2 additions & 1 deletion weights/download_weights.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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')"

0 comments on commit 9bf35e7

Please sign in to comment.