dvl-tum / ciagan

Official PyTorch implementation of CIAGAN
MIT License
76 stars 26 forks source link

step after training #4

Open karnowskitp opened 4 years ago

karnowskitp commented 4 years ago

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!

SajjadAemmi commented 4 years ago

Does this project have an inference source code after train?

TheRevanchist commented 4 years ago

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.