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 module FeatureAlign_v2 offset = self.offset(torch.cat([feat_arm, feat_up * 2], dim=1)) # concat for offset by compute the dif
Why multiple feat_up by 2?
The text was updated successfully, but these errors were encountered:
In module FeatureAlign_v2
offset = self.offset(torch.cat([feat_arm, feat_up * 2], dim=1)) # concat for offset by compute the dif
Why multiple feat_up by 2?
The text was updated successfully, but these errors were encountered: