Przeglądaj źródła

debug RT-DETR-Nano on VOC

yjh0410 2 lat temu
rodzic
commit
dbf757dc74
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -1,7 +1,7 @@
 # Train YOLO
 python train.py \
         --cuda \
-        -d coco \
+        -d voc \
         --root /mnt/share/ssd2/dataset/ \
         -m rtdetr_n \
         -bs 16 \