Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,8 +28,8 @@ tags:
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# OpenVTON
|
| 31 |
-
|
| 32 |
A large-scale virtual try-on dataset containing ~100K clothing image pairs with garment masks.
|
|
|
|
| 33 |
|
| 34 |
## Dataset Structure
|
| 35 |
|
|
@@ -62,3 +62,49 @@ sample["target"].show() # person wearing garment
|
|
| 62 |
print(sample["caption"])
|
| 63 |
print(sample["category"])
|
| 64 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# OpenVTON
|
|
|
|
| 31 |
A large-scale virtual try-on dataset containing ~100K clothing image pairs with garment masks.
|
| 32 |
+
You
|
| 33 |
|
| 34 |
## Dataset Structure
|
| 35 |
|
|
|
|
| 62 |
print(sample["caption"])
|
| 63 |
print(sample["category"])
|
| 64 |
```
|
| 65 |
+
## Benchmark and Paper
|
| 66 |
+
|
| 67 |
+
This dataset is part of **OpenVTON-Bench**, a large-scale benchmark designed for the systematic evaluation of controllable virtual try-on (VTON) models.
|
| 68 |
+
|
| 69 |
+
**OpenVTON-Bench** is introduced in our paper:
|
| 70 |
+
|
| 71 |
+
> **OpenVTON-Bench: A Large-Scale Benchmark for Controllable Virtual Try-On**
|
| 72 |
+
> 📄 Paper: [https://arxiv.org/abs/2601.22725](https://arxiv.org/abs/2601.22725)
|
| 73 |
+
> 💻 Code: [https://github.com/RenxingIntelligence/OpenVTON-Bench](https://github.com/RenxingIntelligence/OpenVTON-Bench)
|
| 74 |
+
|
| 75 |
+
OpenVTON-Bench provides a standardized evaluation protocol for modern diffusion-based and transformer-based virtual try-on systems, enabling fair and reproducible comparison across different architectures.
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
## About OpenVTON-Bench
|
| 80 |
+
|
| 81 |
+
**OpenVTON-Bench** is a **large-scale, high-resolution benchmark** designed for the **systematic evaluation of controllable virtual try-on models**.
|
| 82 |
+
|
| 83 |
+
Unlike existing datasets and evaluation protocols that struggle with texture details and semantic consistency, OpenVTON-Bench provides:
|
| 84 |
+
|
| 85 |
+
* 🖼️ **~100K Image Pairs** with resolutions up to **1536×1536**, enabling evaluation of fine-grained texture generation.
|
| 86 |
+
* 🏷️ **Fine-Grained Taxonomy** covering **20 garment categories** for balanced semantic evaluation.
|
| 87 |
+
* 📐 **Multi-Level Automated Evaluation**, including:
|
| 88 |
+
|
| 89 |
+
* Pixel fidelity
|
| 90 |
+
* Garment consistency
|
| 91 |
+
* Semantic realism
|
| 92 |
+
|
| 93 |
+
This benchmark enables **fair, reproducible, and scalable comparison** across modern virtual try-on systems.
|
| 94 |
+
|
| 95 |
+
---
|
| 96 |
+
|
| 97 |
+
## Citation
|
| 98 |
+
```bibtex
|
| 99 |
+
If you use this dataset or the benchmark in your research, please cite:
|
| 100 |
+
@misc{li2026openvtonbenchlargescalehighresolutionbenchmark,
|
| 101 |
+
title={OpenVTON-Bench: A Large-Scale High-Resolution Benchmark for Controllable Virtual Try-On Evaluation},
|
| 102 |
+
author={Jin Li and Tao Chen and Shuai Jiang and Weijie Wang and Jingwen Luo and Chenhui Wu},
|
| 103 |
+
year={2026},
|
| 104 |
+
eprint={2601.22725},
|
| 105 |
+
archivePrefix={arXiv},
|
| 106 |
+
primaryClass={cs.CV},
|
| 107 |
+
url={https://arxiv.org/abs/2601.22725},
|
| 108 |
+
}
|
| 109 |
+
```
|
| 110 |
+
|