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

Hair Occlusion Handling according to the paper #90

Open AyushiG1 opened 2 years ago

AyushiG1 commented 2 years ago

To recover the hair occlusion over the body, first the hair occlusion areas are identified as the intersection of the convex contour of the upper clothing and the hair-labeled area, and the intersections are re-labeled as upper cloth. I went through the code, but I couldn't find the portion where this was implemented. Can you please help out?