From 538e5741c6d280bda7a140f597167eecf18d763b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 8 Nov 2018 12:42:39 +0100 Subject: [PATCH] updates --- utils/gcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gcp.sh b/utils/gcp.sh index 435ba248..86193404 100644 --- a/utils/gcp.sh +++ b/utils/gcp.sh @@ -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 -conf_thres 0.2 # Download and Test sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3 && cd yolov3