瀏覽代碼

debug RTRDet-L on COCO

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 \