The size of tensor in dataset does not match the embedded result created by the code "05-Generate-Major-TOM-Embeddings"

#1
by PPandy - opened

Hello!
I noticed that the embedding vectors generated using the code in "05-Generate-Major-TOM-Embeddings" with the DINOv2 model have a dimensionality of 768, whereas the vectors provided in the "Core-S2RGB-DINOv2" dataset have a dimensionality of 1024. Could you please clarify the reason for this discrepancy?

Hi there,
I've resolved the previous issue by switching to a different embedding model. It turns out that the script uses DINOv2-base, while the "Core-S2RGB-DINOv2" dataset was generated using DINOv2-large. However, I've encountered another issue: even when I use DINOv2-large to generate the embeddings (which now have the same dimensionality), the resulting vectors are still different from those in the dataset. All other metadata—such as pixel bbox, grid cell, grid row u, and grid row r—remains the same.
I'm wondering whether the discrepancy might be due to differences in the data preprocessing pipeline or some internal variation in the model setup?

Sign up or log in to comment