AdaptCities
收藏资源简介:
AdaptCities 是一个为视觉位置识别(Visual Place Recognition)任务设计的文本数据集,主要用于支持 AdaptVPR 方法中数据增强管道的 prompt 生成与 metadata 格式示例。数据集包含 160,000 条经过规划的图像生成 prompts,每条记录对应一个唯一的 sample_id,并通过 source_id 关联到原始 GSV-Cities 图像。所有 prompts 按城市划分为 23 个非重叠分片,存储在 prompts/by_city/ 目录下,同时提供统一的 JSONL 文件(adaptcities_160k_prompts.jsonl)和验证摘要文件。数据集还包含 45,804 条本地记录(Local records),这些记录根据遮挡类型进一步分类:路缘/停车车辆遮挡(21,840 条)、道路交通遮挡(13,285 条)和其他局部遮挡(10,679 条)。每条本地记录均包含 condition 和 local_occlusion_type 字段以存储分类标签,prompt 字段则描述了场景合适的遮挡物、放置位置及所需保持的约束条件。此外,metadata/ 目录提供了路线、条件和验证 metadata 的格式示例,examples/ 目录包含合成记录以展示公共格式。数据集仅包含文本,不包含原始或生成的街景图像,用户需自行获取 GSV-Cities 原始图像。数据集授权协议为 CC BY-NC-SA 4.0,相关代码和生成流程可在 AdaptVPR GitHub 仓库中找到。
AdaptCities is a text dataset designed for the Visual Place Recognition (VPR) task, primarily used to support prompt generation and metadata format examples in the data augmentation pipeline of the AdaptVPR method. The dataset contains 160,000 planned image generation prompts, each with a unique sample_id and associated with an original GSV-Cities image via source_id. All prompts are divided into 23 non-overlapping shards by city, stored in the prompts/by_city/ directory, along with a unified JSONL file (adaptcities_160k_prompts.jsonl) and a validation summary file. The dataset also includes 45,804 local records, further categorized by occlusion type: curb/parked vehicle occlusion (21,840), road traffic occlusion (13,285), and other local occlusion (10,679). Each local record contains condition and local_occlusion_type fields for classification labels, and the prompt field describes suitable occluders, placement positions, and required constraints. Additionally, the metadata/ directory provides format examples for route, condition, and validation metadata, and the examples/ directory contains synthetic records demonstrating common formats. The dataset contains only text, no original or generated street view images; users must obtain the original GSV-Cities images themselves. The dataset is licensed under CC BY-NC-SA 4.0, and related code and generation pipeline can be found in the AdaptVPR GitHub repository.
AdaptCities 数据集详情
数据集简介
AdaptCities 是由 AdaptVPR 项目释放的文本提示与元数据格式数据集,仅包含文本,不含原始或生成的街景图像。该数据集利用 Qwen3-VL-4B-Instruct 进行提示规划,可用于图像生成,或使用 Qwen 进行再生。
基本信息
- 语言:英语
- 许可证:CC BY-NC-SA 4.0(知识共享-非商业性使用-相同方式共享 4.0)
- 任务类型:图像特征提取
- 标签:视觉位置识别、图像生成、提示、元数据
数据集构成
AdaptCities 提供统一的 160,000 条记录提示文件,结构如下:
prompts/— 包含统一的 160,000 条提示文件和验证摘要prompts/by_city/— 将同一集划分为 23 个不重叠的城市分片,每条记录仅存在一个分片中metadata/— 提供路线、条件和验证元数据的格式示例examples/— 包含展示公共格式的合成记录
每条记录包含唯一的 sample_id,并且 source_id 保留原始 GSV-Cities 文件名,以链接到源图像。
本地记录分类
数据集的 45,804 条 Local 记录遵循论文分类法:
- 路边/停车车辆遮挡:21,840 条
- 道路交通遮挡:13,285 条
- 其他局部遮挡:10,679 条
每条 Local 记录包含 condition 和 local_occlusion_type 字段,存储相同的分类标签;而 prompt 字段则指定场景适宜的遮挡物、位置以及所需的保留约束。
可用性与限制
- 释放内容:160,000 条训练分割统一提示 + 元数据格式示例
- 不重新分发的内容:原始 GSV-Cities 和生成的 AdaptCities 图像,读者需另行从 GSV-Cities 获取
- 生成代码和处理流水线可从 AdaptVPR GitHub 仓库 获取
引用
可引用论文 (arXiv:2609.04369) 及 AdaptVPR 项目,相关 BibTeX 见数据页面。




