VicenteVivan / geo-clip

This is an official PyTorch implementation of our NeurIPS 2023 paper "GeoCLIP: Clip-Inspired Alignment between Locations and Images for Effective Worldwide Geo-localization"
https://arxiv.org/abs/2309.16020
MIT License
125 stars 21 forks source link

Where can I get training data? #2

Closed kig1929 closed 6 months ago

kig1929 commented 8 months ago

Dear author. Thank you for sharing interesting research.

I'm trying to download the training data in the paper(MP-16), but I can't find it on the official website. http://www.multimediaeval.org/mediaeval2016/placing/ Can you please give me a link?

VicenteVivan commented 6 months ago

Hi Kig,

Thank you for reaching out. The training data for MP-16 is available in the GitHub repo associated with the paper by Shraman Pramanick et al., "Where in the world is this image? Transformer-based geo-localization in the wild." You'll find the training dataset download instructions there.

Best, Vicente