This commit is contained in:
Glenn Jocher
2018-12-04 19:17:03 +01:00
parent fd6619d773
commit be8603b2dd
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -13,6 +13,9 @@ python3 detect.py
# Test
python3 test.py -img_size 416 -weights_path weights/latest.pt
# Test Darknet
python3 test.py -img_size 416 -weights_path ../darknet/backup/yolov3.backup
# Download and Test
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3 && cd yolov3
wget https://pjreddie.com/media/files/yolov3.weights -P weights