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