CTP-HD
收藏资源简介:
CTP-HD是由浙江大学团队构建的高分辨率服装与纺织品图案配对数据集,旨在解决纺织图案生成任务中缺乏高质量基准数据的问题。该数据集包含服装图像及其对应的精细图案图像,通过真实穿着服装采集而成,具有复杂的纹理细节和多样化的设计元素。数据通过专业设备采集和人工标注流程构建,应用于服装设计领域,支持基于扩散模型的纹理生成研究,显著提升了图案生成的保真度和结构一致性。
CTP-HD is a high-resolution clothing and textile pattern matching dataset constructed by the research team from Zhejiang University, aiming to address the lack of high-quality benchmark data for textile pattern generation tasks. This dataset comprises clothing images and their corresponding fine-grained pattern images, collected from real-worn garments, and features complex texture details and diverse design elements. Constructed through professional equipment-based data collection and manual annotation workflows, the dataset is applied in the field of clothing design, supporting diffusion model-based texture generation research and significantly enhancing the fidelity and structural consistency of pattern generation.
SLDDM-TPG 数据集概述
数据集目的
用于高质量纺织图案生成(TPG),即从服装图像生成纺织图案。
数据集构成
本方法使用两个数据集:
- VITON-HD:公开可用数据集。
- CTP-HD:作者提供的配对数据集,包含成对的“服装 <-> 纺织图案”图像。
数据集目录结构
数据集需按以下层级结构组织:
<dataroot_path>/ (例如:/home/dataset/CTP-HD/) ├── cloth/ # 原始服装图像(如 .jpg 或 .png) ├── cloth_mask/ # 对应的服装掩码 ├── pattern/ # 目标纺织图案图像 ├── train.txt # 训练图像文件名列表(例如:0001.jpg) └── test.txt # 测试图像文件名列表
数据集获取
- VITON-HD:可从 https://github.com/shadow24969/VITON-HD 获取。
- CTP-HD:未提供直接下载链接,但可在项目
assets/cases文件夹中查看示例。




