sangyun884 / HR-VITON

Official PyTorch implementation for the paper High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions (ECCV 2022).
831 stars 171 forks source link

Creation of garment's b\w masks #10

Closed kinivi closed 1 year ago

kinivi commented 2 years ago

Hi @koo616 , thank you for sharing the code and supporting the reproducability in the community!

Could you please share the procedure or insights for creating masks for garment images? Did you use classical cv or deep-learning methods? Unfortunately, can't find that in any VITON paper. Maybe I missed it, so pointing will be good too :)

kinivi commented 2 years ago

Talking about those one 00339_00

phamhunglam commented 2 years ago

you can search about cloths segmentation.

koo616 commented 1 year ago

@kinivi Hello, I use the model on "https://github.com/OPHoperHPO/image-background-remove-tool". For the detail, please check the Preprocess.md :)