wchen342 / SketchyGAN

Code for paper "SketchyGAN: Towards Diverse and Realistic Sketch to Image Synthesis"
MIT License
131 stars 32 forks source link

How to test the model on any new sketch? #34

Open nitish11 opened 4 years ago

nitish11 commented 4 years ago

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?

nitish11 commented 4 years ago

@wchen342 @rosdyana Have you tried it?

wchen342 commented 4 years ago

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.

maxhardt commented 4 years ago

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.

wchen342 commented 4 years ago

No the inception model is part of the training network. You do not use it when testing.

maxhardt commented 4 years ago

Thank you. The question was more toward the general steps needed to use a trained generator on new sketches though.