소스 검색

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 \