bcmi / DCI-VTON-Virtual-Try-On

[ACM Multimedia 2023] Taming the Power of Diffusion Models for High-Quality Virtual Try-On with Appearance Flow.
https://arxiv.org/abs/2308.06101
MIT License
387 stars 56 forks source link

Could you describe how to use cp_dataset_v2.py and what is the selection strategy update? #38

Closed YSL0226 closed 8 months ago

YSL0226 commented 8 months ago

Hi authors,

Could you describe how to use cp_dataset_v2.py and what is the selection strategy update?

Looking forward to your reply

Limbor commented 8 months ago

Hi, just change the configuration files in the training and inference scripts to viton512_v2.yaml, and the ckeckpoint location used during inference also needs to be reset to the new weight file location. This update mainly uses the mask selection strategy of HR-VTON, Intuitively, the mask area is larger. Compared with the previous version, this strategy will make the generated results less likely to be affected by the shape of the person's original clothes.

YSL0226 commented 8 months ago

Thank you for the answer