miccunifi / ladi-vton

[ACM MM 2023] - LaDI-VTON: Latent Diffusion Textual-Inversion Enhanced Virtual Try-On
Other
412 stars 56 forks source link

Use lower_body, dresses and all #31

Closed Sorokopudov closed 1 year ago

Sorokopudov commented 1 year ago

Thanks for your project! how can i use your project for trying on bottoms (pants, skirts) or for dresses? I tested on the VITON-HD dataset, and I got only the top.

giuseppecartella commented 1 year ago

Hi @Sorokopudov ! Thanks for the interest in our work! VITON-HD only contains upper body clothes.

If you want to try dresses and lower body clothes, please refer to the README section about the download of the Dress Code dataset which contains the clothes categories you are interested in.

Sorokopudov commented 12 months ago

@beppefolder Thank you!

sudip550 commented 10 months ago

@beppefolder Thank you!

Hi @Sorokopudov ! Thanks for the interest in our work! VITON-HD only contains upper body clothes.

If you want to try dresses and lower body clothes, please refer to the README section about the download of the Dress Code dataset which contains the clothes categories you are interested in.

does it work with custom images??

giuseppecartella commented 10 months ago

@beppefolder Thank you!

Hi @Sorokopudov ! Thanks for the interest in our work! VITON-HD only contains upper body clothes. If you want to try dresses and lower body clothes, please refer to the README section about the download of the Dress Code dataset which contains the clothes categories you are interested in.

does it work with custom images??

Hi @sudip550 ,

You can try the model with your custom images. Please note that you need to process your images in a Dress Code-like or VITON-HD-like format. This means that you need to extract the model body pose of your custom image (we used the openpose model), the segmentation map (we used the SCHP model with 18 classes) and so on...

Giuseppe

sudip550 commented 10 months ago

@beppefolder Thank you!

Hi @Sorokopudov ! Thanks for the interest in our work! VITON-HD only contains upper body clothes. If you want to try dresses and lower body clothes, please refer to the README section about the download of the Dress Code dataset which contains the clothes categories you are interested in.

does it work with custom images??

Hi @sudip550 ,

You can try the model with your custom images. Please note that you need to process your images in a Dress Code-like or VITON-HD-like format. This means that you need to extract the model body pose of your custom image (we used the openpose model), the segmentation map (we used the SCHP model with 18 classes) and so on...

Giuseppe

Thank you sir.... I want to use with girl's dresses.. please tell me how to run this...