ShirAmir / dino-vit-features

Official implementation for the paper "Deep ViT Features as Dense Visual Descriptors".
https://dino-vit-features.github.io
MIT License
383 stars 44 forks source link

Evaluation subsets and code for fair comparison. #5

Closed saksham-s closed 2 years ago

saksham-s commented 2 years ago

Hi,

Is it possible to share the evaluation splits and code for fair comparison?

Thanks

ShirAmir commented 2 years ago

Hi, We applied the methods on the datasets mentioned in the paper. The methods work in inference time, and do not involve any training. Do you have a question about any dataset / application in particular?

saksham-s commented 2 years ago

Specifically, I saw that this https://dino-vit-features.github.io/sm/assets/pascalco/results.html contains 20 sets from the Pascal-CO dataset. Where can I find the other 20? Thanks :)

ShirAmir commented 2 years ago

The Pascal-CO dataset can be currently found in this link.

saksham-s commented 2 years ago

Thanks!