You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
xianjiez
changed the title
abuout xy and wh ingen_sineembed_for_position
abuout xy and wh in gen_sineembed_for_position
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.
The text was updated successfully, but these errors were encountered: