From 2e4a4ce9f1bda4389953e74dafc5cf730d03193e Mon Sep 17 00:00:00 2001 From: Zhiyong Wu Date: Mon, 17 Oct 2022 14:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cfg/deploy/yolov7-e6.yaml | 8 ++++++++ scripts/get_coco.sh | 5 +---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/cfg/deploy/yolov7-e6.yaml b/cfg/deploy/yolov7-e6.yaml index e680406..991eb9f 100644 --- a/cfg/deploy/yolov7-e6.yaml +++ b/cfg/deploy/yolov7-e6.yaml @@ -178,3 +178,11 @@ head: [[136,137,138,139], 1, Detect, [nc, anchors]], # Detect(P3, P4, P5, P6) ] + + [99, 1, Conv, [320, 3, 1]], + [111, 1, Conv, [640, 3, 1]], + [123, 1, Conv, [960, 3, 1]], + [135, 1, Conv, [1280, 3, 1]], + + [[136,137,138,139], 1, Detect, [nc, anchors]], # Detect(P3, P4, P5, P6) + ] \ No newline at end of file diff --git a/scripts/get_coco.sh b/scripts/get_coco.sh index 6e37d10..dc8b041 100644 --- a/scripts/get_coco.sh +++ b/scripts/get_coco.sh @@ -19,7 +19,4 @@ for f in $f1 $f2 $f3; do echo 'Downloading' $url$f '...' curl -L $url$f -o $f && unzip -q $f -d $d && rm $f & # download, unzip, remove in background done -wait # finish background tasks - - - +wait # finish background tasks \ No newline at end of file