updates
This commit is contained in:
parent
b759356d2f
commit
50866ddaa9
|
@ -5,10 +5,8 @@ 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
|
||||||
python3 -c "
|
python3 -c "from yolov3.utils.google_utils import gdrive_download; gdrive_download('1WQT6SOktSe8Uw6r10-2JhbEhMY5DJaph','coco.zip')"
|
||||||
from yolov3.utils.google_utils import gdrive_download
|
sudo reboot
|
||||||
gdrive_download('1WQT6SOktSe8Uw6r10-2JhbEhMY5DJaph','coco.zip')"
|
|
||||||
sudo shutdown
|
|
||||||
|
|
||||||
# Re-clone
|
# Re-clone
|
||||||
rm -rf yolov3 # Warning: remove existing
|
rm -rf yolov3 # Warning: remove existing
|
||||||
|
|
Loading…
Reference in New Issue