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

Image parse new #99

Open anzwolf opened 1 year ago

anzwolf commented 1 year ago

For custom images, i don't find any python function to get image-prase-new from image parse.In repo, it is necessary to have dataset_neck_skin_correction.py. or else is any other way i can do that?

minar09 commented 1 year ago

You can make parsing using the CIHP-PGN model, that is sufficient.

anzwolf commented 1 year ago

This is the try on result and 000028_0__tryon below is parsed image from CHIP-PGN model 000028_0__parse

When i use image-parse -new image results are coming correct. Faces are coming properly. can you please help here