Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dress Code: High-Resolution Multi-Category Virtual Try-On. ECCV 2022

License

NotificationsYou must be signed in to change notification settings

parulvaghela/dress-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository presents the virtual try-on dataset proposed in:

D. Morelli, M. Fincato, M. Cornia, F. Landi, F. Cesari, R. Cucchiara
Dress Code: High-Resolution Multi-Category Virtual Try-On

[Paper][Dataset Request Form][Try-On Demo]

IMPORTANT!

  • By making any use of the Dress Code Dataset, you accept and agree to comply with the terms and conditions reportedhere.
  • The dataset will not be released to private companies.
  • When filling the dataset request form, non-institutional emails (e.g. gmail.com) are not allowed.
  • The signed release agreement form is mandatory (see the dataset request form for more details). Incomplete or unsigned release agreement form are not accepted and will not receive a response. Typed signature are not allowed.

Please cite with the following BibTeX:

@inproceedings{morelli2022dresscode,  title={{Dress Code: High-Resolution Multi-Category Virtual Try-On}},  author={Morelli, Davide and Fincato, Matteo and Cornia, Marcella and Landi, Federico and Cesari, Fabio and Cucchiara, Rita},  booktitle={Proceedings of the European Conference on Computer Vision},  year={2022}}

Dataset

We collected a new dataset for image-based virtual try-on composed of image pairs coming from different catalogs of YOOX NET-A-PORTER.
The dataset contains more than 50k high resolution model clothing images pairs divided into three different categories (i.e. dresses, upper-body clothes, lower-body clothes).

Summary

  • 53792 garments
  • 107584 images
  • 3 categories
    • upper body
    • lower body
    • dresses
  • 1024 x 768 image resolution
  • additional info
    • keypoints
    • skeletons
    • human label maps
    • human dense poses

Additional Info

Along with model and garment image pair, we provide also the keypoints, skeleton, human label map, and dense pose.

More info

Keypoints

For all image pairs of the dataset, we stored the joint coordinates of human poses.In particular, we usedOpenPose [1] to extract 18 keypoints for each human body.

For each image, we provided a json file containing a dictionary with thekeypoints key.The value of this key is a list of 18 elements, representing the joints of the human body. Each element is a list of 4 values, where the first two indicate the coordinates on the x and y axis respectively.

Skeletons

Skeletons are RGB images obtained connecting keypoints with lines.

Human Label Map

We employed a human parser to assign each pixel of the image to a specific category thus obtaining a segmentation mask for each target model.Specifically, we used theSCHP model [2] trained on the ATR dataset, a large single person human parsing dataset focused on fashion images with 18 classes.

Obtained images are composed of 1 channel filled with the category label value.Categories are mapped as follows:

0background1hat2hair3sunglasses4upper_clothes5skirt6pants7dress8belt9left_shoe10right_shoe11head12left_leg13right_leg14left_arm15right_arm16bag17scarf

Human Dense Pose

We also extracted dense label and UV mapping from all the model images usingDensePose [3].

Experimental Results

Low Resolution 256 x 192

NameSSIMFIDKID
CP-VTON [4]0.80335.162.245
CP-VTON+ [5]0.90225.191.586
CP-VTON* [4]0.87418.991.117
PFAFN [6]0.90214.380.743
VITON-GT [7]0.89913.800.711
WUTON [8]0.90213.280.771
ACGPN [9]0.86813.790.818
OURS0.90611.400.570

Code

Due to a firm collaboration, we cannot release the code. However, we supply an empty Pytorch project to load data.

References

[1] Cao, et al. "OpenPose: Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields." IEEE TPAMI, 2019.

[2] Li, et al. "Self-Correction for Human Parsing." arXiv, 2019.

[3] Güler, et al. "Densepose: Dense human pose estimation in the wild." CVPR, 2018.

[4] Wang, et al. "Toward Characteristic-Preserving Image-based Virtual Try-On Network." ECCV, 2018.

[5] Minar, et al. "CP-VTON+: Clothing Shape and Texture Preserving Image-Based Virtual Try-On." CVPR Workshops, 2020.

[6] Ge, et al. "Parser-Free Virtual Try-On via Distilling Appearance Flows." CVPR, 2021.

[7] Fincato, et al. "VITON-GT: An Image-based Virtual Try-On Model with Geometric Transformations." ICPR, 2020.

[8] Issenhuth, el al. "Do Not Mask What You Do Not Need to Mask: a Parser-Free Virtual Try-On." ECCV, 2020.

[9] Yang, et al. "Towards Photo-Realistic Virtual Try-On by Adaptively Generating-Preserving Image Content." CVPR, 2020.

Contact

If you have any general doubt about our dataset, please use thepublic issues section on this github repo. Alternatively, drop us an e-mail at davide.morelli [at] unimore.it or marcella.cornia [at] unimore.it.

About

Dress Code: High-Resolution Multi-Category Virtual Try-On. ECCV 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python99.8%
  • Hack0.2%

[8]ページ先頭

©2009-2025 Movatter.jp