소스 검색

debug RT-DETR-Nano on VOC

yjh0410 2 년 전
부모
커밋
dbf757dc74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 \