Explorar el Código

train YOLOX-S with RTMDet Trainer on COCO

yjh0410 hace 2 años
padre
commit
fd793a6618
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 yolox_s \
         -bs 64 \