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
Hi, recently I try to use the DINO and DINOv2 pre-train model to get the feature map. I use the pre-trained model to get the feature, but only got a vector. It seems like the output of the last average pooling layer.
Could you give me some suggestions to get the pyramid feature maps?
The text was updated successfully, but these errors were encountered:
I tried to use the following code to extract 2D image features. According to my expectations, I should have obtained a feature map of [1, 14*14, 384], but in reality, I got a feature map of [1, 197, 384]. This makes it difficult for me to figure out how to reshape this feature map into [1, 14, 14, 384].
Hi, recently I try to use the DINO and DINOv2 pre-train model to get the feature map. I use the pre-trained model to get the feature, but only got a vector. It seems like the output of the last average pooling layer.
Could you give me some suggestions to get the pyramid feature maps?
The text was updated successfully, but these errors were encountered: