ConverSeg-Training-Data
收藏资源简介:
ConverSeg训练数据集是一个用于开放词汇和对话式图像分割任务的大规模训练数据集合。数据集包含两个主要阶段:第一阶段(stage1)包含开放词汇区域数据;第二阶段(stage2)进一步细分为对话式负样本数据、对话式正样本数据和开放词汇区域数据。每个子数据集由JSONL清单文件、PNG格式的源图像以及PNG格式的分割掩码组成。JSONL清单中的每一行都包含三个关键字段:指向源图像的相对路径(image)、指向分割掩码的相对路径(mask_merged)以及用于分割的自然语言提示(prompt)。数据集总计包含269,323个数据样本(对应清单行数),涉及大量独立的图像和掩码文件(具体数量见各子集统计)。整个数据集的本地导出大小约为19GB,包含4个JSONL清单文件和超过30万个PNG文件。该数据集专为训练能够理解自然语言提示并进行精确像素级分割的模型而设计,适用于开放词汇分割和对话式分割的研究与开发。
The ConverSeg training dataset is a large-scale training data collection for open vocabulary and conversational image segmentation tasks. The dataset consists of two main stages: the first stage (stage1) includes open vocabulary region data; the second stage (stage2) is further subdivided into conversational negative sample data, conversational positive sample data, and open vocabulary region data. Each sub-dataset comprises JSONL manifest files, source images in PNG format, and segmentation masks in PNG format. Each line in the JSONL manifest contains three key fields: the relative path to the source image (image), the relative path to the segmentation mask (mask_merged), and the natural language prompt for segmentation (prompt). The dataset totals 269,323 data samples (corresponding to the number of lines in the manifest), involving a large number of independent image and mask files (specific counts are provided in each subsets statistics). The entire dataset has a local export size of approximately 19GB, including 4 JSONL manifest files and over 300,000 PNG files. This dataset is designed for training models that can understand natural language prompts and perform precise pixel-level segmentation, suitable for research and development in open vocabulary segmentation and conversational segmentation.
数据集概述
ConverSeg Training Data 是一个用于图像分割任务的数据集,专门面向开放词汇(open-vocabulary)和对话式(conversational)分割场景。数据集划分为两个训练阶段,每个阶段以 JSONL 清单文件配合 PNG 格式的原始图像和分割掩码存储。
任务类型与标签
- 任务类别:图像分割(image-segmentation)
- 语言:英语(en)
- 标签:image-segmentation, conversational-segmentation, open-vocabulary-segmentation, segmentation-masks
数据规模
- 总行数:269,323 条(每条对应一个提示-掩码-图像的三元组)
- 图像数量:总计约 33,729 张(各子目录包含独立的图像文件)
- 掩码数量:总计 269,323 个(与行数对应)
- 文件类型:4 个 JSONL 清单文件 + 303,052 个 PNG 文件
- 本地导出大小:约 19 GB
数据集结构
converseg_stage1_data/ open_vocabulary_regions_data/ (开放词汇区域数据,阶段1) open_vocabulary_regions_data.jsonl images/ masks/
converseg_stage2_data/ conversational_negative_data/ (对话负样本数据,阶段2) conversational_negative_data.jsonl images/ masks/ conversational_positive_data/ (对话正样本数据,阶段2) conversational_positive_data.jsonl images/ masks/ open_vocabulary_regions_data/ (开放词汇区域数据,阶段2) open_vocabulary_regions_data.jsonl images/ masks/
清单文件详情
每个 JSONL 文件中的一行包含三个字段:
image:源图像相对于阶段目录的路径mask_merged:分割掩码相对于阶段目录的路径prompt:自然语言分割提示
| 清单文件路径 | 行数 | 图像数 | 掩码数 |
|---|---|---|---|
converseg_stage1_data/open_vocabulary_regions_data/open_vocabulary_regions_data.jsonl |
48,529 | 8,593 | 48,529 |
converseg_stage2_data/conversational_negative_data/conversational_negative_data.jsonl |
106,125 | 11,037 | 106,125 |
converseg_stage2_data/conversational_positive_data/conversational_positive_data.jsonl |
106,127 | 8,489 | 106,127 |
converseg_stage2_data/open_vocabulary_regions_data/open_vocabulary_regions_data.jsonl |
8,542 | 5,610 | 8,542 |
补充说明
- 路径均为相对路径,相对于各自的阶段目录(
converseg_stage1_data/或converseg_stage2_data/)。 - 本地导出中未包含许可证信息。





