-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi:
It seems that the strids for yolo-s-mish model should be [16, 32, 64], instead of [8, 16, 32]. Referring to this:
https://github.com/LongxingTan/Yolov5/blob/88acfd988decc4cc78335cfb6eb50f1975294c1f/yolo/configs/yolo-s-mish.yaml#L15
Focus layer will leads to a decrease in w and h by 2, thus the output of this layer is of size bs * 208 * 208 * 32 instead of bs * 416 * 416 * 32.
Let me know if I'm wrong. Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested