Fix yolov3.yaml remove list (#6655)

Per https://github.com/ultralytics/yolov3/issues/1887#issuecomment-1041135181
This commit is contained in:
Glenn Jocher 2022-02-16 10:13:05 +01:00 committed by GitHub
parent ca0a00784d
commit ee6c70ae43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)