Sfoglia il codice sorgente

train YOLOv2 on COCO

yjh0410 2 anni fa
parent
commit
5c14ff680b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      train.sh

+ 2 - 2
train.sh

@@ -1,9 +1,9 @@
 # Train FreeYOLO
 python train.py \
         --cuda \
-        -d voc \
+        -d coco \
         --root /mnt/share/ssd2/dataset/ \
-        -m yolov4 \
+        -m yolov2 \
         -bs 16 \
         -size 640 \
         --wp_epoch 1 \