salad icon indicating copy to clipboard operation
salad copied to clipboard

Difference between MSLS Challenge and MSLS Val

Open sumitmishra209 opened this issue 8 months ago • 1 comments

Hi, Thanks for releasing code.

I got confuse about difference between MSLS Challenge and MSLS Val dataset. How to validate your provided CKPT file on "MSLS Challenge"?

If I am running: python3 eval.py --ckpt_path 'weights/dino_salad.ckpt' --image_size 322 322 --batch_size 256 --val_datasets MSLS Norrdland

then only MSLS Val results are coming. I think there is an incomplete function "ds = MSLSTest(input_transform=transform)" line 41 of eval.py

sumitmishra209 avatar Jun 26 '24 08:06 sumitmishra209