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

About test own data question #6

Closed kelisiya closed 1 year ago

kelisiya commented 2 years ago

Nice work ! Now I want to try my cloth data to test your work , but how to get clothing agnostic? I found CIHP_PGN emantic part segmentation and detectron2 for densepose . But HR-VITION dont have clothing agnostic code . Can you help me ?

usmannamjad commented 2 years ago

@kelisiya I have been trying to reproduce the results of https://github.com/shadow2496/VITON-HD for images of other people. Can you briefly tell me the steps for applying this technique on images other than the test data.

koo616 commented 1 year ago

@kelisiya I just committed the code for a parse agnostic image. Please check the code :) And our dataset code contains the process for a clothing-agnostic human image.