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

abuout xy and wh in gen_sineembed_for_position #79

Open
xianjiez opened this issue Jul 15, 2024 · 0 comments
Open

abuout xy and wh in gen_sineembed_for_position #79

xianjiez opened this issue Jul 15, 2024 · 0 comments

Comments

@xianjiez
Copy link

xianjiez commented Jul 15, 2024

I have a question about the correspondence between xy and wh in torch.cat((pos_y, pos_x, pos_w, pos_h), dim=2), why isn't it torch.cat (pos_y, pos_x, pos_h, pos_w), This way, y corresponds to h, and x corresponds to w, I hope to receive your help.

@xianjiez xianjiez changed the title abuout xy and wh ingen_sineembed_for_position abuout xy and wh in gen_sineembed_for_position Jul 15, 2024
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