Closed Sumukh0512 closed 3 years ago
@Sumukh0512, you can make image-mask by converting the image-parse into binary masks, or you can make use of the masking code from here: https://github.com/minar09/Clothing-Matching
@minar09
Thanks for the reply.
I am giving image-parse as input for cloth_masking_thresholding.py . How am I supposed to get the image-mask? I need your help.
This is the output . Why is it completely white? Same code I am able to get output for cloth-mask but not for image-mask should I make any changes to the code?
@Sumukh0512 , you can use the body_binary_masking.py from old commits (https://github.com/minar09/cp-vton-plus/blob/fcf29a512388881041ba84a97a43edfd1531cc38/body_binary_masking.py), although I removed it from current commits as it was making confusions. Thanks.
@minar09 thanks
@minar09 I am building an interface for the cp-viton plus based virtual try-on project and I need code for generating image-mask. Can you guide me?