Browse Source

debug RT-DETR-Nano on VOC

yjh0410 2 years ago
parent
commit
dbf757dc74
1 changed files with 1 additions and 1 deletions
  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 coco \
+        -d voc \
         --root /mnt/share/ssd2/dataset/ \
         --root /mnt/share/ssd2/dataset/ \
         -m rtdetr_n \
         -m rtdetr_n \
         -bs 16 \
         -bs 16 \