This commit is contained in:
Glenn Jocher
2018-09-10 17:00:39 +02:00
parent 300e2b5dfc
commit a8f8ec134b
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -14,9 +14,10 @@ python3 detect.py
python3 test.py -img_size 416 -weights_path checkpoints/yolov3.weights
# Download and Test
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3
cd yolov3
cd checkpoints
wget https://pjreddie.com/media/files/yolov3.weights
cd ..
python3 test.py -img_size 416 -weights_path checkpoints/yolov3.weights
python3 test.py -img_size 416 -weights_path checkpoints/backup5.pt -nms_thres 0.45