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
Thank you for the reply. In Eqn 4, I think \psi function is currently applied for the P, not for codebook C. Whilst in the code, the encoder is applied for both codebook C and P (in file roi_box_feature_extractors.py).
I have another question with the code in the file generalize_rcnn.py . I see that you reshape a feature tobatch_szie x 256 x n (line new_features = features[i].reshape(features[i].shape[0],256,-1)), then you apply SVD for the first instance only (?) (line u1_0, s1_0, v1_0 = torch.svd(new_features[0].double(), some=True)), why don't you apply SVD for the whole mini-batch?
Hi ,
I don't see you describe the encoding of centroid in the Eqn (4), but it is in your code, why is that, or I miss it somewhere else?
The text was updated successfully, but these errors were encountered: