UAV-GeoLoc
收藏资源简介:
UAV-GeoLoc是一个大规模词汇数据集,用于无人机地理定位。该数据集包括无人机俯视图和相应的卫星图像片段,用于推断无人机的位置。数据集分为国家(Country)和地形(Terrain)两类,每个类别包含多个地区的场景。
UAV-GeoLoc is a large-scale vocabulary dataset dedicated to UAV geolocation. This dataset includes UAV top-down views and corresponding satellite image patches, which are used to infer the geographic location of the UAV. The dataset is divided into two categories: Country and Terrain, and each category contains scenes from multiple regions.
UAV-GeoLoc 数据集概述
数据集简介
- 目的:用于无人机地理定位研究,给定俯视无人机图像,检索对应的卫星图像块以推断无人机位置。
- 来源论文:UAV-GeoLoc: A Large-vocabulary Dataset and Geometry-Transformed Method for UAV Geo-Localization
数据集结构
主要分类
- Country:包含国家/地区数据(如澳大利亚、巴西、美国等)
- Terrain:包含地形数据
场景结构示例
Country/ ├── Australia/ ├────City(Sydney) ├──────Region ├──────── DB/ (卫星地图) ├──────── query/ (24个方向,高度100:150:25,航向0:360:45) ├──────── semi_positive.json ├──────── positive.json
索引文件
- Index.zip:包含训练/验证/测试集的划分文件
- 文件类型:
*_query.txt:无人机查询图像*_db.txt:参考数据库图像*_country.txt:仅包含国家类别的训练数据*.txt:仅包含地形类别的训练数据*_all.txt:特定类别中所有图像的集合
- 文件类型:
下载与使用
下载步骤
-
克隆仓库(需启用Git LFS): bash git lfs install git clone https://huggingface.co/datasets/RingoWRW97/UAV-GeoLoc
-
合并并解压文件:
-
国家数据: bash cat Country.zip.* > Country.zip unzip Country.zip
-
地形数据: bash cat Terrain.zip.* > Terrain.zip unzip Terrain.zip
-
许可信息
- 许可证类型:MIT License
- 使用权限:允许用于学术和研究目的,可自由使用、修改和分发数据集




