Explorar el Código

debug RTRDet-L on COCO

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