SketchyGAN
SketchyGAN copied to clipboard
How to test the model on any new sketch?
As I can see from the paper,
Since we are only interested in sketch to image synthesis, all models are tested on the test split of Sketchy.
How to test the model on new sketch?
@wchen342 @rosdyana Have you tried it?
If I remember correctly you can just put sketch images in a folder and change the path in input_pipeline.py
to point to that folder.
Could you provide a full example of the set up? After screening the docs it also does not seem perfectly clear to me whether ones has to perform training or if the weights provided by the linked inception model are sufficient for generation.
No the inception model is part of the training network. You do not use it when testing.
Thank you. The question was more toward the general steps needed to use a trained generator on new sketches though.