Datasets:
text stringlengths 17 47 |
|---|
0000.png 0127.png |
0001.png 0038.png |
0002.png 0046.png |
0003.png 0125.png |
0004.png 0155.png |
0005.png 0060.png |
0006.png 0154.png |
0007.png 0224.png |
0008.png 0387.png |
0009.png 0509.png |
0010.png 0254.png |
0011.png 0178.png |
0013.png 0223.png |
0014.png 0086.png |
0015.png 0234.png |
0016.png 0187.png |
0017.png 0124.png |
0018.png 0121.png |
0019.png 0173.png |
0020.png 0054.png |
0021.png 0245.png |
0022.png 0227.png |
0023.png 0246.png |
0025.png 0049.png |
0026.png 0484.png |
0027.png 0048.png |
0028.png 0439.png |
0029.png 0344.png |
0030.png 0105.png |
0031.png 0348.png |
0032.png 0233.png |
0033.png 0469.png |
0034.png 0485.png |
0035.png 0520.png |
0036.png 0185.png |
0037.png 0024.png |
0038.png 0307.png |
0039.png 0483.png |
0040.png 0066.png |
0041.png 0114.png |
0042.png 0272.png |
0043.png 0507.png |
0044.png 0108.png |
0045.png 0055.png |
0046.png 0208.png |
0047.png 0424.png |
0048.png 0305.png |
0049.png 0333.png |
0050.png 0463.png |
0051.png 0428.png |
0052.png 0136.png |
0053.png 0156.png |
0054.png 0020.png |
0055.png 0137.png |
0056.png 0412.png |
0057.png 0523.png |
0058.png 0255.png |
0059.png 0287.png |
0060.png 0036.png |
0061.png 0099.png |
0062.png 0018.png |
0063.png 0430.png |
0064.png 0427.png |
0065.png 0022.png |
0066.png 0301.png |
0067.png 0253.png |
0068.png 0005.png |
0069.png 0130.png |
0070.png 0396.png |
0071.png 0270.png |
0072.png 0379.png |
0073.png 0045.png |
0074.png 0215.png |
0075.png 0482.png |
0076.png 0195.png |
0077.png 0403.png |
0078.png 0063.png |
0079.png 0131.png |
0080.png 0422.png |
0081.png 0067.png |
0082.png 0140.png |
0083.png 0448.png |
0084.png 0190.png |
0085.png 0163.png |
0086.png 0522.png |
0087.png 0204.png |
0088.png 0075.png |
0089.png 0211.png |
0090.png 0247.png |
0091.png 0150.png |
0092.png 0003.png |
0093.png 0065.png |
0094.png 0029.png |
0095.png 0478.png |
0096.png 0166.png |
0097.png 0499.png |
0098.png 0120.png |
0099.png 0147.png |
0100.png 0385.png |
0101.png 0019.png |
VTBench: Virtual Try-On Benchmark
VTBench is a benchmark dataset for evaluating virtual try-on (VTON) models, introduced in the NeurIPS 2026 Datasets & Benchmarks Track submission.
Test Sets
| Subset | Directory | Pairs | Description |
|---|---|---|---|
| FTF (Font/Texture Fidelity) | benchmark_texture/ |
600 | Fine-grained garment texture and text/logo preservation |
| CBC (Complex Background Consistency) | benchmark_complex_bg/ |
433 | Background preservation under complex scenes |
| HOC (Hand-Occlusion Consistency) | benchmark_hand/ |
1,443 | Hand-garment occlusion and joint consistency |
| CCP (Cross-Category Plausibility) | benchmark_crossvton/ |
420 (4 directions × 105) | Cross-category try-on: dress / upper / lower |
Directory Structure
benchmark_texture/
cloth/ # garment images: cloth_0001.png … cloth_0600.png
image/ # person images: image_0001.png … image_0600.png
test_pairs.txt # <cloth> <image> per line (600 pairs)
filename_mapping.txt # new filename → original filename
benchmark_complex_bg/
cloth/ # 0000.png … 0473.png
image/ # 0000.png … 0473.png
test_pairs.txt # 433 pairs
benchmark_hand/
cloth/ # 0000.png … 1442.png
image/ # 0000.png … 1442.png
test_pairs.txt # 1443 pairs
benchmark_crossvton/
dress/cloth/ # dress garments
dress/image/ # dress person images
upper/cloth/ # upper-body garments
upper/image/ # upper-body person images
lower/cloth/ # lower-body garments
lower/image/ # lower-body person images
test_pairs_ds2lower.txt # dress → lower (105 pairs)
test_pairs_ds2up.txt # dress → upper (105 pairs)
test_pairs_lower2ds.txt # lower → dress (105 pairs)
test_pairs_up2ds.txt # upper → dress (105 pairs)
Each test_pairs*.txt contains one pair per line: <cloth_path> <image_path>.
License
This dataset is available for non-commercial academic research, teaching, and publication only.
benchmark_crossvton
The benchmark_crossvton/ subset is a curated selection from the Dress Code Dataset (images selected and renamed; no content modification). It is subject to the original Dress Code license terms:
The Dress Code Dataset is proprietary to and © Yoox Net-a-Porter Group S.p.A., and its licensors. It is distributed by the University of Modena and Reggio Emilia, and available for non-commercial academic use under licence terms set out at https://github.com/aimagelab/dress-code.
By downloading or using benchmark_crossvton/, you agree to be bound by those licence terms.
benchmark_texture / benchmark_complex_bg / benchmark_hand
These subsets are released under CC BY-NC 4.0 and are available for non-commercial academic use only.
Citation
Citation will be updated upon publication.
- Downloads last month
- 10