cp-vton-plus icon indicating copy to clipboard operation
cp-vton-plus copied to clipboard

CIHP_PGN issue

Open Fatimakais opened this issue 2 years ago • 4 comments

Hello, I am a beginner and followed your demo step by step, but I wanted to give inputs from internet. I wasn't able to generate CIHP_PGN segmentation. Can you give me a reference please. Thank you

Fatimakais avatar Jun 16 '23 13:06 Fatimakais

Hi you can check the original PGN (https://github.com/Engineering-Course/CIHP_PGN), or there was one I tried (https://github.com/minar09/PGN_tf).

minar09 avatar Jun 16 '23 18:06 minar09

Thank you for your response I will try it

Fatimakais avatar Jun 17 '23 14:06 Fatimakais

I've tried to test the code on custom images but I got this eror, could someone help me to fix it File "/content/content/cp-vton-plus/cp_dataset.py", line 145, in getitem im_c = im * pcm + (1 - pcm) # [-1,1], fill 1 for other parts RuntimeError: The size of tensor a (192) must match the size of tensor b (768) at non-singleton dimension 2

ntad27 avatar Aug 28 '23 09:08 ntad27