minar09 / cp-vton-plus

Official implementation for "CP-VTON+: Clothing Shape and Texture Preserving Image-Based Virtual Try-On", CVPRW 2020
https://minar09.github.io/cpvtonplus/
MIT License
343 stars 120 forks source link

How to obtain parse_hand ? #78

Closed roy-sr closed 2 years ago

roy-sr commented 3 years ago

Hi,

Is there any way to get the hand segmentation (not full arms) of a model for all type of clothing (full sleeves, half sleeves, short sleeves or no sleeves) ?

Cheers Srijan

minar09 commented 2 years ago

Hi @roy-sr , I am not sure what you mean. If you want to detect the hand (skin) segmentation, I think there are already separate segmentation labels defined for hands/legs. If you need the clothing sleeves detection, either you may need to build a separate model, or you may do some kind of image processing utilizing the human parsing and pose key points. Thanks.