bryandlee / repurpose-gan

Implementation of Repurposing GANs for One-shot Semantic Part Segmentation
126 stars 17 forks source link

Test raw image #15

Open tnb1021 opened 1 year ago

tnb1021 commented 1 year ago

Hello. I want to use a raw image as a test image instead of an image generated from Generator, I need to put the raw image into a latent space, how can I do that? Is there a corresponding code in github?