yjh0410 пре 2 година
родитељ
комит
3e918a60ac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      train_single_gpu.sh

+ 1 - 1
train_single_gpu.sh

@@ -1,7 +1,7 @@
 # -------------------------- Train RTCDet series --------------------------
 python train.py \
         --cuda \
-        -d voc \
+        -d coco \
         --root /data/datasets/ \
         -m rtrdet_l \
         -bs 16 \