Glenn Jocher GitHub 2 years ago
parent
commit
ee6c70ae43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/hub/yolov3.yaml

+ 1
- 1
models/hub/yolov3.yaml View File

@@ -28,7 +28,7 @@ backbone:
# YOLOv3 head
head:
[[-1, 1, Bottleneck, [1024, False]],
[-1, 1, Conv, [512, [1, 1]]],
[-1, 1, Conv, [512, 1, 1]],
[-1, 1, Conv, [1024, 3, 1]],
[-1, 1, Conv, [512, 1, 1]],
[-1, 1, Conv, [1024, 3, 1]], # 15 (P5/32-large)

Loading…
Cancel
Save