From ea2076a6d272bc1b7597b737d37449b7b46a6a9c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 8 Dec 2019 16:20:27 -0800 Subject: [PATCH] updates --- utils/gcp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/gcp.sh b/utils/gcp.sh index fad46c54..f39d3a64 100755 --- a/utils/gcp.sh +++ b/utils/gcp.sh @@ -3,9 +3,8 @@ # New VM rm -rf sample_data yolov3 darknet apex coco cocoapi knife knifec git clone https://github.com/ultralytics/yolov3 -# git clone https://github.com/AlexeyAB/darknet && cd darknet && make GPU=1 CUDNN=1 CUDNN_HALF=1 OPENCV=0 && wget -c https://pjreddie.com/media/files/darknet53.conv.74 && cd .. git clone https://github.com/NVIDIA/apex && cd apex && pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . --user && cd .. && rm -rf apex -sudo conda install -y -c conda-forge scikit-image pycocotools # tensorboard +conda install -yc conda-forge scikit-image pycocotools python3 -c " from yolov3.utils.google_utils import gdrive_download gdrive_download('1HaXkef9z6y5l4vUnCYgdmEAj61c6bfWO','coco.zip')"