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
in sampling_pts_feats function, F.grid_sample requires pts_feats and norm_sample_points to have same batch size dim, however, pts_feats is [B, C, H, W], norm_sample_points is [BG, Q, P, 2], how to unify batch dim? Looking forward to your reply :)
in sampling_pts_feats function, F.grid_sample requires pts_feats and norm_sample_points to have same batch size dim, however, pts_feats is [B, C, H, W], norm_sample_points is [BG, Q, P, 2], how to unify batch dim? Looking forward to your reply :)