From b759356d2f8db9ad7f5cb38f5df2af20a770d7d1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 8 Dec 2019 16:36:52 -0800 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 c898ab60..cd840a35 100755 --- a/utils/gcp.sh +++ b/utils/gcp.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # New VM -rm -rf sample_data yolov3 darknet apex coco cocoapi knife knifec +rm -rf sample_data yolov3 git clone https://github.com/ultralytics/yolov3 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 -yc conda-forge scikit-image pycocotools