From 55aaf9a21ee71735b8bf1f36b387cd90cd61d3d8 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 24 Apr 2019 14:19:43 +0200 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 3b986a94..b3740ef1 100755 --- a/utils/gcp.sh +++ b/utils/gcp.sh @@ -11,7 +11,7 @@ sudo reboot now # Re-clone rm -rf yolov3 git clone https://github.com/ultralytics/yolov3 # master -# git clone -b test --depth 1 https://github.com/ultralytics/yolov3 yolov3_test # branch +# git clone -b test --depth 1 https://github.com/ultralytics/yolov3 test # branch cp -r cocoapi/PythonAPI/pycocotools yolov3 cp -r weights yolov3 cd yolov3