Open karnowskitp opened 4 years ago
Does this project have an inference source code after train?
Sorry for not seeing this before.
There is actually nothing fancy about generating images after you have trained the GAN. Simply, load the generator, and feed to it the image (same as you do in the training), and the generator will anonymize it.
Hi I enjoyed the paper and was able to run the training example. But what is the next step to actually 'run the code' on an image or video? Thanks!