Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong stride in yolo-s-mish model #11

Open
Darkhunter9 opened this issue Jun 22, 2021 · 0 comments
Open

Wrong stride in yolo-s-mish model #11

Darkhunter9 opened this issue Jun 22, 2021 · 0 comments
Labels
question Further information is requested

Comments

@Darkhunter9
Copy link

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!

@Darkhunter9 Darkhunter9 added the question Further information is requested label Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant