Texture-Reformer icon indicating copy to clipboard operation
Texture-Reformer copied to clipboard

Regarding Virtual Try-on

Open Deepak2405 opened this issue 2 years ago • 1 comments

hi, does this technique for Virtual Tryon where we give input person and reference cloth? Further, can it work on complicated textures for Virtual tryon?

Deepak2405 avatar Nov 20 '23 13:11 Deepak2405

Sorry for the late reply. For Virtual Tryon, we use the semantic maps to filter the results so as to better preserve the background areas. Specifically, you can transfer the texture (reference cloth) to the region of content_sem (mask of the input person's cloth). Then, use content_sem as the mask to paste the generated result to the corresponding masked region of the content image (input person). Our method is able to preserve the main structure/style of the complicated textures, but may not work very well for geometric textures with strict structure requirements.

EndyWon avatar Dec 27 '23 16:12 EndyWon