QinLei086/COSTG_v1
收藏资源简介:
该数据集在ECCV 2024论文《Enriching Information and Preserving Semantic Consistency in Expanding Curvilinear Object Segmentation Datasets》中引入。它包含三种数据类型(目录):血管造影(angiography)、裂缝(crack)和视网膜(retina),这些数据来源于六个公共数据集。此外,unprocessed_json目录包含了通过与ChatGPT-4V和Gemini 1.5 Pro交互获得的原始未处理的图像和掩码的文本描述。所有图像和掩码已被调整为512x512的统一分辨率。
The COSTG dataset, introduced in the ECCV 2024 paper, aims to enrich information and preserve semantic consistency in expanding curvilinear object segmentation datasets. It includes three types of data: angiography (coronary artery disease), crack, and retina (retinal vessels), containing six public datasets. Additionally, the unprocessed_json directory includes raw, unprocessed textual descriptions of images and masks obtained directly from ChatGPT-4V and Gemini 1.5 Pro. All images and masks have been resized to a uniform resolution of 512x512 using bilinear interpolation.
COSTG_v1 数据集概述
基本信息
- 许可证: Apache 2.0
- 任务类别: 文本到图像
- 语言: 英语
- 数据集大小: 1K < n < 10K
- 数据集名称: COSTG
数据集介绍
该数据集在 ECCV 2024 论文 Enriching Information and Preserving Semantic Consistency in Expanding Curvilinear Object Segmentation Datasets 中引入。
数据类型
数据集包含三种数据类型(目录):
- angiography(冠状动脉疾病血管造影)
- crack(裂缝)
- retina(视网膜血管)
这些数据类型共同包含六个公开数据集,具体描述见论文。
额外信息
- unprocessed_json 目录包含通过 ChatGPT-4V 和 Gemini 1.5 Pro 直接获取的图像和掩码的原始未处理文本描述。
- 所有图像和掩码已使用双线性插值调整到统一的 512x512 分辨率。
- 如需访问原始未处理数据集,请参考论文中提供的相应地址进行下载。
数据集结构
COSTG_v1 │ ├── angiography/ │ ├── CHUAC/ │ │ ├── test/ │ │ └── training/ │ ├── DCA1/ │ │ ├── test/ │ │ └── training/ │ ├── XCAD/ │ │ ├── test/ │ │ └── training/ │ └── angiography.json │ ├── crack/ │ ├── test/ │ └── training/ │ └── crack.json │ ├── retina/ │ ├── CHASEDB1/ │ │ ├── test/ │ │ └── training/ │ ├── DRIVE/ │ │ ├── test/ │ │ └── training/ │ └── retina.json │ └── unprocessed_json/ ├── angiography.json ├── crack.json └── retina.json




