UniV
收藏资源简介:
数据集分割如下:训练集包含701个视频和12364张图片,覆盖701栋建筑和33所大学;查询集(无人机视角)包含701个视频,覆盖701栋建筑和39所大学;查询集(卫星视角)包含701张图片;查询集(地面视角)包含2579张图片;图库集(无人机视角)包含951个视频;图库集(卫星视角)包含951张图片;图库集(地面视角)包含2921张图片,覆盖793栋建筑和39所大学。训练集和测试集的大学没有重叠。
The dataset is split as follows: The training set contains 701 videos and 12,364 images, covering 701 buildings and 33 universities; the query set (drone view) includes 701 videos covering 701 buildings and 39 universities; the query set (satellite view) consists of 701 images; the query set (ground view) has 2,579 images; the gallery set (drone view) contains 951 videos; the gallery set (satellite view) includes 951 images; the gallery set (ground view) comprises 2,921 images covering 793 buildings and 39 universities. There is no overlap of universities between the training set and the test set.
UniV数据集概述
数据集简介
- 任务目标:
- 基于视频的无人机视角目标定位(无人机->卫星):通过无人机视频定位目标建筑在卫星视图中的位置。
- 基于视频的无人机导航(卫星->无人机):通过卫星图像定位无人机曾经过的相关位置。
数据集构成
-
数据划分:
子集 数据量 建筑数量 大学数量 训练集 701视频 + 12364图像 701 33 Query_drone 701视频 701 39 Query_satellite 701图像 701 39 Query_ground 2579图像 701 39 Gallery_drone 951视频 951 39 Gallery_satellite 951图像 951 39 Gallery_ground 2921图像 793 39 -
文件结构: bash . ├── 30 │ ├── 10fps │ │ ├── test │ │ │ └── gallery_drone │ │ └── train │ │ └── drone │ ├── 2fps │ │ ├── test │ │ │ └── gallery_drone │ │ └── train │ │ └── drone │ └── 5fps │ ├── test │ │ └── gallery_drone │ └── train │ └── drone ├── 45 │ ├── 10fps │ │ ├── test │ │ │ └── gallery_drone │ │ └── train │ │ └── drone │ ├── 2fps │ │ ├── test │ │ │ ├── gallery_drone │ │ │ ├── gallery_satellite │ │ │ └── gallery_street │ │ └── train │ │ ├── drone │ │ ├── google │ │ ├── satellite │ │ └── street │ └── 5fps │ ├── test │ │ └── gallery_drone │ └── train │ └── drone ├── dataset_split.json └── organize_univ.py
下载与准备
- 下载地址:BaiduCloud
- 解压命令:
cat UniV.tar.xz.* | tar -xvJf - --transform s|.*/|UniV/|
相关论文
bibtex @article{ju2024video2bev, title={Video2bev: Transforming drone videos to bevs for video-based geo-localization}, author={Ju, Hao and Huang, Shaofei and Liu, Si and Zheng, Zhedong}, journal={arXiv preprint arXiv:2411.13610}, year={2024} } @article{zheng2020university, title={University-1652: A Multi-view Multi-source Benchmark for Drone-based Geo-localization}, author={Zheng, Zhedong and Wei, Yunchao and Yang, Yi}, journal={ACM Multimedia}, year={2020} } @article{zheng2017dual, title={Dual-Path Convolutional Image-Text Embeddings with Instance Loss}, author={Zheng, Zhedong and Zheng, Liang and Garrett, Michael and Yang, Yi and Xu, Mingliang and Shen, Yi-Dong}, journal={ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM)}, doi={10.1145/3383184}, volume={16}, number={2}, pages={1--23}, year={2020}, publisher={ACM New York, NY, USA} }




