Ver Fonte

train YOLOX-S with RTMDet Trainer on COCO

yjh0410 há 2 anos atrás
pai
commit
fd793a6618
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -1,7 +1,7 @@
 # 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_s \
         -m yolox_s \
         -bs 64 \
         -bs 64 \