This commit is contained in:
Glenn Jocher
2018-11-23 19:45:39 +01:00
parent 82124805f8
commit ab9ee6aa9a
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ gsutil cp gs://ultralytics/yolov3.pt yolov3/weights
python3 detect.py
# Test
python3 test.py -img_size 416 -weights_path weights/latest.pt -conf_thres 0.5
python3 test.py -img_size 416 -weights_path weights/latest.pt
# Download and Test
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3 && cd yolov3