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

Tackle the Occlusion problem #3

Closed nazapip closed 11 months ago

nazapip commented 1 year ago

Many of the virtual try on models have the problem of occlusion effect, in such cases images are not generated properly within the occluded region by the hands or some challenging pose. Does this model take care about that thing (paper results shows no such problem), how it can be tackled?

Limbor commented 1 year ago

Hi @nazapip. In fact, we do not do special handling for occlusion during the warping phase. In the diffusion model, since we are inpainting the entire upper body of the person, this problem can be well avoided with the powerful generation ability of the diffusion model. Thank you for your interest in our work.

nazapip commented 1 year ago

Hi @Limbor. Have you done training separately for the lower body garments and the dress part?

Limbor commented 1 year ago

@nazapip In our experiments, we use one model to train three categories of clothes simultaneously.