Ver código fonte

debug yolox on coco

yjh0410 2 anos atrás
pai
commit
84e1f93d6a
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      train.sh

+ 3 - 3
train.sh

@@ -1,13 +1,13 @@
 # Train YOLO
 # Train YOLO
 python train.py \
 python train.py \
         --cuda \
         --cuda \
-        -d voc \
+        -d coco \
         --root /mnt/share/ssd2/dataset/ \
         --root /mnt/share/ssd2/dataset/ \
-        -m yolox_n \
+        -m yolox_s \
         -bs 64 \
         -bs 64 \
         -size 640 \
         -size 640 \
         --wp_epoch 3 \
         --wp_epoch 3 \
-        --max_epoch 150 \
+        --max_epoch 300 \
         --eval_epoch 10 \
         --eval_epoch 10 \
         --no_aug_epoch 20 \
         --no_aug_epoch 20 \
         --ema \
         --ema \