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 notice in DINO, your team have delete this line from the origin ViT: assert H == self.img_size[0], f"Input image height ({H}) doesn't match model ({self.img_size[0]}).
n visualize_attention.py:
dino/visualize_attention.py
Line 108 in 7c446df
However, in vision_transformer.py:
dino/vision_transformer.py
Lines 116 to 122 in 7c446df
Will this cause any performance drop?
The text was updated successfully, but these errors were encountered: