Browse Source

修改

master
Zhiyong Wu 3 years ago
parent
commit
2e4a4ce9f1
2 changed files with 9 additions and 4 deletions
  1. +8
    -0
      cfg/deploy/yolov7-e6.yaml
  2. +1
    -4
      scripts/get_coco.sh

+ 8
- 0
cfg/deploy/yolov7-e6.yaml View File

@@ -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)
]

+ 1
- 4
scripts/get_coco.sh View File

@@ -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

Loading…
Cancel
Save