Ver código fonte

debug YOLOv5-Plus on COCO

yjh0410 2 anos atrás
pai
commit
e146016249
1 arquivos alterados com 1 adições e 1 exclusões
  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 \