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

About the drawing mistakes in the RTMDet algorithm detailed explanation document #1037

Open
Nu1sance opened this issue Oct 21, 2024 · 0 comments

Comments

@Nu1sance
Copy link

📚 The doc issue

https://mmyolo.readthedocs.io/en/latest/recommended_topics/algorithm_descriptions/rtmdet_description.html

image

In the CSPNeXtBlock drawn in this picture, the padding of the ConvModule is wrong and different from the actual code.
The convolution blocks drawn in the figure are k=3, s=1, p=0 and k=5, s=1, p=1 respectively. This cannot guarantee that the size of the feature map remains unchanged, and the code is implemented as k=3 ,s=1,p=1 and k=5,s=1,p=2.

Suggest a potential alternative/fix

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant