xiezhy6 / GP-VTON

Official Implementation for CVPR2023 paper "GP-VTON: Towards General Purpose Virtual Try-on via Collaborative Local-Flow Global-Parsing Learning"
475 stars 83 forks source link

ABOUT LABELING CLOTH PARSING #42

Open wonhyuck0212 opened 1 year ago

wonhyuck0212 commented 1 year ago

I've tried to parse the cloth data using UNET and some problem with the output having noise.

is it right to use UNET or other (RESNET, U2NET) ??

If UNET is right can you recommend some way to handle the noise problems??

KIRAN-MK-211 commented 1 year ago

Its better to use U2NET. Refer to this issue on how to use it: https://github.com/xuebinqin/U-2-Net/issues/202

wonhyuck0212 commented 1 year ago

Thanks a lot !!!! I'll try it as soon as I can

Deepak2405 commented 1 year ago

did it work?