--- annotations_creators: - human-annotated language_creators: - found language: en license: cc-by-4.0 multilinguality: - monolingual pretty_name: 'MMS-VPR: Multimodal Street-Level Visual Place Recognition Dataset' size_categories: - 100K Raw_Files.tar.gz tar -xzvf Raw_Files.tar.gz ``` ## Usage ```bash # Download the resized version (recommended) wget https://huggingface.co/datasets/Yiwei-Ou/MMS-VPR/resolve/main/Annotated_Resized.tar.gz tar -xzvf Annotated_Resized.tar.gz ``` Researchers can directly train models using the contents of `Dataset_Full`, which includes aligned image, text, and video modalities. For efficient training, the resized version is usually sufficient. For high-fidelity testing or custom processing, use the full-resolution version or raw files. ## Dataset Summary | Dataset Version | Size | File Count | |---------------------|------------|-------------| | Raw Files | ~90 GB | 2,164 | | Annotated_Original | ~38 GB | 162,186 | | Annotated_Resized | ~4 GB | 162,186 | ## License This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. ## Citation If you use this dataset in your research, please cite: ```bibtex @article{ou2025mmsvpr, title = {MMS-VPR: Multimodal Street-Level Visual Place Recognition Dataset and Benchmark}, author = {Ou, Yiwei and Ren, Xiaobin and Sun, Ronggui and Gao, Guansong and Jiang, Ziyi and Zhao, Kaiqi and Manfredini, Manfredo}, journal = {arXiv preprint arXiv:2505.12254}, year = {2025}, url = {https://arxiv.org/abs/2505.12254} }