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.
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.