Fashion-1K
收藏魔搭社区2025-12-05 更新2025-12-06 收录
下载链接:
https://modelscope.cn/datasets/Codatta/Fashion-1K
下载链接
链接失效反馈官方服务:
资源简介:
# Fashion 1K
## Dataset Summary
**Fashion 1K** is a curated collection of 1,000 high-quality fashion images, focusing on apparel and outfit compositions without human models.
Unlike typical street-style datasets (like DeepFashion) that include human poses and complex backgrounds, this dataset provides **clean, human-free** images. The images primarily feature **Flat Lay** (clothing arranged on a flat surface) or **Ghost Mannequin** styles, making them ideal for tasks that require a clear view of the garment's structure, texture, and color without occlusion.
**Key Features:**
* **Human-Free:** No faces, limbs, or skin tones—strictly focused on the garments.
* **Outfit-Centric:** Many images showcase complete looks (e.g., Top + Bottom + Shoes) to aid in compatibility learning.
* **Clean Backgrounds:** Minimized background noise to facilitate easier segmentation and feature extraction.
## Supported Tasks
This dataset is particularly suitable for:
* **Virtual Try-On (VTON):** Serving as the "garment" reference image (`g_img`) for 2D try-on pipelines.
* **Fashion Compatibility Learning:** Learning which items (e.g., shirt and trousers) go well together based on the curated outfits.
* **Generative AI Training:** Training LoRAs or ControlNets for specific clothing styles without the bias of human figures.
* **E-commerce Tagging:** Automated classification of clothing categories and attributes.
## Dataset Structure
### Data Fields
* **`image`** (image): The high-resolution image of the clothing item or outfit.
## Usage Example
```python
from datasets import load_dataset
# Load the dataset
ds = load_dataset("Codatta/Fashion-1K", split="train")
# Display the first image
sample = ds[0]
sample['image'].show()
# Fashion 1K
## 数据集概述
**Fashion 1K** 是一个精心甄选的1000张高质量时尚图像集合,专注于无人体模特的服饰及穿搭组合展示。
与包含人体姿态与复杂背景的典型街拍类数据集(如DeepFashion)不同,本数据集提供**无人体干扰**的干净图像。图像主要采用**平铺摆拍(Flat Lay,将服饰摆放于平面的拍摄方式)**或**幽灵模特(Ghost Mannequin)**两种风格,非常适合需要清晰呈现服饰结构、纹理与色彩且无遮挡的任务。
**核心特性:**
* **无人体元素:** 无人脸、肢体或肤色,仅严格聚焦服饰本身。
* **穿搭为核心:** 大量图像展示完整穿搭组合(如上装+下装+鞋履),助力兼容性学习任务。
* **背景简洁:** 背景噪音降至最低,便于开展分割与特征提取任务。
## 支持任务
本数据集尤其适用于以下任务:
* **虚拟试穿(Virtual Try-On, VTON):** 作为二维试穿流程中的「服饰参考图像(`g_img`)」。
* **时尚兼容性学习:** 基于整理好的穿搭组合,学习服饰(如衬衫与长裤)的搭配规则。
* **生成式AI(Generative AI)训练:** 针对特定服饰风格训练LoRA或ControlNet,规避人体带来的建模偏差。
* **电商标签化:** 自动完成服饰品类与属性的分类。
## 数据集结构
### 数据字段
* **`image`**(图像类型):服饰单品或穿搭组合的高分辨率图像。
## 使用示例
python
from datasets import load_dataset
# 加载数据集
ds = load_dataset("Codatta/Fashion-1K", split="train")
# 展示第一张图像
sample = ds[0]
sample['image'].show()
提供机构:
maas
创建时间:
2025-11-29



