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

Preprocessing inconsistencies #39

Open SebasPelaez opened 1 year ago

SebasPelaez commented 1 year ago

I'm trying to replicate the preprocessing steps and the results I have obtained have given me some differences.

  1. In the 4 step cloth mask: I ran the model that is referenced but the results that it gives me are the clothes in color and without background. But the images that there are in the dataset are with the clothes in white and all the black background. cloth-mask in your dataset image cloth-mask model generates to me image

  2. In the 2 step Human parse: Can you explain better how do you get the final image? When I run the model I had two folders cihp_edge_maps and cihp_parsing_maps this with two different images with and without vis alias. Then I don't understand well the steps that you defined here.