This commit is contained in:
Glenn Jocher 2019-12-08 16:36:52 -08:00
parent 267367b105
commit b759356d2f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# New VM # 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/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 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 sudo conda install -yc conda-forge scikit-image pycocotools