yjh0410 пре 2 година
родитељ
комит
e146016249
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -1,7 +1,7 @@
 # Train YOLO
 python train.py \
         --cuda \
-        -d voc \
+        -d coco \
         --root /mnt/share/ssd2/dataset/ \
         -m yolov5_plus_n \
         -bs 16 \