LocateAnything-Data
收藏资源简介:
LocateAnything-Data 是用于训练 LocateAnything 模型(一种快速高质量的视觉-语言定位模型,采用并行框解码)的公开训练数据发布。该数据集将检测和视觉定位统一为一个视觉-语言任务:给定一张图像和一个类别、短语、文本字符串或面向动作的指令,模型预测对应的边界框或点。数据覆盖了自然图像、密集场景、人物、自动驾驶、具身交互、图形用户界面、场景文本、文档和表格等多个视觉域。该数据集由多个上游数据集组合而成,包括但不限于 COCO、RefCOCO、RefCOCO+、RefCOCOg、G-RefCOCO、Flickr30K、HumanRef-CoT、Objects365、Open Images V6、OWDOD、PACO、PartImageNet、Unsplash、V3Det、CrowdHuman、DeepFashion2、HumanParts、MOT17Det、MOT20Det、SKU-110K、BDD100K、EgoObjects、nuImages、PixMo Points、RoboAfford、GroundCUA、OS-Atlas、ScaleCUA、ArT、BLIP3-OCR、IDL-OCR、HierText、ICDAR 2013、ICDAR 2015、LSVT、RCTW、ReCTS、SROIE、TextOCR、WildReceipt、CDLA、DocLayNet、M6Doc、PubLayNet、TableBank、TabRecSet 等。每个数据集按域分组,并组织为多个视图(例如,COCO检测和RefCOCO定位是两个不同的视图,共享相同的图像)。每条训练记录包含图像和查询:查询可以是边界框(detection_grounding任务)或点(pointing任务),坐标使用 LocateAnything 的归一化空间网格(可通过乘以图像的宽/高并除以1000映射到像素)。数据以 JSONL 格式提供注释,通过 WebDataset TAR 分片打包图像,并附带 Megatron-Energon 元数据用于分布式训练,以及 Parquet 文件记录每条记录和每张图像与原始数据集的映射关系。该数据集适用于多种视觉定位任务,包括目标检测、短语定位、指代理解、GUI 定位、OCR 文本检测、文档布局分析、表格检测等。注意:部分上游数据集的图像(如 CrowdHuman、DeepFashion2、Flickr30K、PartImageNet、Objects365、SKU-110K、Unsplash)需要从原始来源获取,此仓库仅包含注释和元数据。
LocateAnything-Data is the public training data release for training the LocateAnything model, a fast and high-quality vision-language grounding model with parallel box decoding. This dataset unifies detection and visual grounding into a single vision-language task: given an image and a category, phrase, text string, or action-oriented instruction, the model predicts a corresponding bounding box or point. The data covers multiple visual domains including natural images, dense scenes, people, autonomous driving, embodied interaction, graphical user interfaces, scene text, documents, and tables. The dataset is composed of multiple upstream datasets including but not limited to COCO, RefCOCO, RefCOCO+, RefCOCOg, G-RefCOCO, Flickr30K, HumanRef-CoT, Objects365, Open Images V6, OWDOD, PACO, PartImageNet, Unsplash, V3Det, CrowdHuman, DeepFashion2, HumanParts, MOT17Det, MOT20Det, SKU-110K, BDD100K, EgoObjects, nuImages, PixMo Points, RoboAfford, GroundCUA, OS-Atlas, ScaleCUA, ArT, BLIP3-OCR, IDL-OCR, HierText, ICDAR 2013, ICDAR 2015, LSVT, RCTW, ReCTS, SROIE, TextOCR, WildReceipt, CDLA, DocLayNet, M6Doc, PubLayNet, TableBank, TabRecSet, etc. Each dataset is grouped by domain and organized into multiple views (e.g., COCO detection and RefCOCO grounding are two different views sharing the same images). Each training record contains an image and a query: the query can be a bounding box (detection_grounding task) or a point (pointing task), with coordinates using LocateAnythings normalized spatial grid (which can be mapped to pixels by multiplying by the image width/height and dividing by 1000). Annotations are provided in JSONL format, images are packed via WebDataset TAR shards, and Megatron-Energon metadata is included for distributed training, along with Parquet files recording the mapping of each record and image to the original dataset. This dataset is suitable for various visual grounding tasks including object detection, phrase grounding, referring expression comprehension, GUI grounding, OCR text detection, document layout analysis, table detection, etc. Note: Images from some upstream datasets (e.g., CrowdHuman, DeepFashion2, Flickr30K, PartImageNet, Objects365, SKU-110K, Unsplash) need to be obtained from the original sources; this repository only contains annotations and metadata.
LocateAnything-Data 数据集详情
数据集概述
LocateAnything-Data 是用于训练 LocateAnything 模型(快速高质量视觉语言定位,使用并行框解码)的公开训练数据。该数据集将目标检测和视觉定位统一为视觉-语言任务,给定图像和类别、短语、文本字符串或面向动作的指令,模型输出对应的边界框或点。
数据覆盖范围
数据集涵盖以下主要视觉领域和对应数据集:
| 领域 | 包含数据集 |
|---|---|
| 通用检测与定位 | COCO、RefCOCO、RefCOCO+、RefCOCOg、G-RefCOCO、Flickr30K、HumanRef-CoT、Objects365、Open Images V6、OWDOD、PACO、PartImageNet、Unsplash、V3Det |
| 密集目标检测 | CrowdHuman、DeepFashion2、HumanParts、MOT17Det、MOT20Det、SKU-110K |
| 自动驾驶与机器人 | BDD100K、EgoObjects、nuImages、PixMo Points、RoboAfford |
| 图形用户界面(GUI) | GroundCUA、OS-Atlas、ScaleCUA |
| 文本识别(OCR) | ArT、BLIP3-OCR、IDL-OCR、HierText、ICDAR 2013、ICDAR 2015、LSVT、RCTW、ReCTS、SROIE、TextOCR、WildReceipt |
| 文档、布局与表格 | CDLA、DocLayNet、M6Doc、PubLayNet、TableBank、TabRecSet |
空间监督格式
所有记录使用统一的 query 表示,包含两种任务类型:
- detection_grounding:边界框
[x1, y1, x2, y2],用于类别检测、短语定位、GUI定位、OCR和布局定位 - pointing:点
[x, y],用于基于点的定位
坐标基于归一化空间网格(范围0-1000),可通过 x * width / 1000 和 y * height / 1000 映射到图像像素坐标。
发布格式
每个数据集有自己的文件夹,可能包含一个或多个注释视图(视图是同一媒体源上的不同类型的训练注释,例如COCO检测和RefCOCO定位是共享相同底层图像的不同视图)。
仓库结构包含:
- records.jsonl:易于检查和处理的注释文件
- records.jsonl.idx:字节偏移索引,支持直接行访问
- TAR分片:未压缩的索引图像媒体分片
- Parquet映射:记录溯源信息和原始媒体名称
下载方式
支持完整仓库下载和按数据集选择性下载,通过提供 download_subset.py 辅助工具实现:
- 支持
--dataset参数选择数据集 - 支持
--annotations-only仅下载注释和映射 - 支持
--dry-run查看下载内容预览 - 自动解析共享依赖(如选择PACO会自动下载其引用的COCO媒体池)
使用与训练
- 仓库面向
megatron-energon==7.4.0训练框架 - 提供多种入口:全部数据(
metadataset.yaml)、完整混合(metadataset-full.yaml)、单数据集、单视图 - 提供示例代码用于索引读取、可视化样本和训练数据加载
上游媒体获取说明
以下数据集图像需从原始来源获取,仓库仅提供注释、索引、映射和配置:
CrowdHuman、DeepFashion2、Flickr30K、PartImageNet(ImageNet)、Objects365、SKU-110K、Unsplash
其中 Unsplash 的媒体可复现获取流程尚未可用,暂不支持其媒体水合。其他数据集提供 hydrate_restricted_media.py 工具来准备本地媒体。
许可信息
LocateAnything-Data 由多个上游数据集构建,每个源数据集保持其原始许可证、使用条款、访问条件和归属要求。用户在使用前必须审查并遵守各源数据集的适用条款。该仓库不授予对上游媒体的额外权利。





