--- task_categories: - image-classification - image-to-text --- # Dataset Card for MP16-Pro Dataset This dataset contains 4,654,532 geo-tagged images sourced from Flickr. As time has passed, some image links have become invalid, and the number of images currently available is approximately 4.12 million. This version of dataset is compiled in January 2024. ## Dataset Details ### Dataset Sources - **Repository:** [https://github.com/Applied-Machine-Learning-Lab/G3](https://github.com/Applied-Machine-Learning-Lab/G3) - **Paper:** [G3: An Effective and Adaptive Framework for Worldwide Geolocalization Using Large Multi-Modality Models](https://arxiv.org/abs/2405.14702) - **Meta Data:** [GeoEstimation](https://github.com/TIBHannover/GeoEstimation) - url data: metadata/mp16-urls.csv - meta data: metadata/MP16_Pro_places365.csv - filtered meta data: metadata/MP16_Pro_filtered.csv (invalid images are filtered out) ## Uses ### Direct Use ```bash cat mp-16-images* > mp-16-images.tar ``` ## Dataset Creation ### Source Data * [mp16-urls](https://github.com/TIBHannover/GeoEstimation/releases/download/v1.0/mp16_urls.csv) * [mp16-places365](https://github.com/TIBHannover/GeoEstimation/releases/download/v1.0/mp16_places365.csv) #### Data Collection and Processing Images are downloaded based on [mp16-urls](https://github.com/TIBHannover/GeoEstimation/releases/download/v1.0/mp16_urls.csv). **The `/` in all image names has been replaced with `_`.** #### Who are the source data producers? [Flickr](https://www.flickr.com/) ### Annotations ## Bias, Risks, and Limitations Please adhere to the requirements of the MP16 dataset and use it solely for academic research purposes. ## Citation **BibTeX:** ``` @article{jia2024g3, title={G3: An Effective and Adaptive Framework for Worldwide Geolocalization Using Large Multi-Modality Models}, author={Jia, Pengyue and Liu, Yiding and Li, Xiaopeng and Zhao, Xiangyu and Wang, Yuhao and Du, Yantong and Han, Xiao and Wei, Xuetao and Wang, Shuaiqiang and Yin, Dawei}, journal={arXiv preprint arXiv:2405.14702}, year={2024} } ```