OpenStreetView-5M
收藏OpenStreetView-5M 数据集概述
基本信息
- 数据集名称: OpenStreetView-5M
- 简介: 首个大规模开放的街景图像地理定位基准数据集。
- 项目页面: https://imagine.enpc.fr/~ioannis.siglidis/osv5m/
- 论文地址: https://arxiv.org/abs/2404.18873
- 演示地址: https://huggingface.co/spaces/osv5m/plonk
数据集详情
- 托管地址: https://huggingface.co/datasets/osv5m/osv5m
- 下载方式: 运行
python scripts/download-dataset.py - 导入方式: 参见 DATASET.md
模型信息
-
模型使用示例: python from PIL import Image from models.huggingface import Geolocalizer
geolocalizer = Geolocalizer.from_pretrained(osv5m/baseline) img = Image.open(.media/examples/img1.jpeg) x = geolocalizer.transform(img).unsqueeze(0) gps = geolocalizer(x)
-
模型评估: 运行
python evaluation.py exp=eval_best_model dataset.global_batch_size=1024
实验复现
-
环境安装: bash conda env create -f environment.yaml conda activate osv5m
-
预处理: 运行
python scripts/preprocessing/preprocess.py data_dir=datasets do_split=1000 -
训练最佳模型: 运行
python train.py exp=best_model computer.devices=1 computer.num_workers=16 dataset.global_batch_size=2
引用
bibtex @article{osv5m, title = {{OpenStreetView-5M}: {T}he Many Roads to Global Visual Geolocation}, author = {Astruc, Guillaume and Dufour, Nicolas and Siglidis, Ioannis and Aronssohn, Constantin and Bouia, Nacim and Fu, Stephanie and Loiseau, Romain and Nguyen, Van Nguyen and Raude, Charles and Vincent, Elliot and Xu, Lintao and Zhou, Hongyu and Landrieu, Loic}, journal = {CVPR}, year = {2024}, }

- 1OpenStreetView-5M: The Many Roads to Global Visual Geolocation · 2024年



