Kaynağa Gözat

Download COCO and VOC by default (#3608)

modifyDataloader
Glenn Jocher GitHub 3 yıl önce
ebeveyn
işleme
239a11c197
Veri tabanında bu imza için bilinen anahtar bulunamadı GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      utils/aws/userdata.sh

+ 2
- 1
utils/aws/userdata.sh Dosyayı Görüntüle

@@ -9,7 +9,8 @@ if [ ! -d yolov5 ]; then
echo "Running first-time script." # install dependencies, download COCO, pull Docker
git clone https://github.com/ultralytics/yolov5 -b master && sudo chmod -R 777 yolov5
cd yolov5
bash data/scripts/get_coco.sh && echo "Data done." &
bash data/scripts/get_coco.sh && echo "COCO done." &
bash data/scripts/get_voc.sh && echo "VOC done." &
sudo docker pull ultralytics/yolov5:latest && echo "Docker done." &
python -m pip install --upgrade pip && pip install -r requirements.txt && python detect.py && echo "Requirements done." &
wait && echo "All tasks done." # finish background tasks

Yükleniyor…
İptal
Kaydet