StyleCLIPDraw icon indicating copy to clipboard operation
StyleCLIPDraw copied to clipboard

Parameters for Paper Images

Open marcown opened this issue 2 years ago • 1 comments

Hey,

amazing work! :)

Which parameters (num_iter=7000, style_opt_freq=5, style_opt_iter=20) did you use to generate the images in Figure 3?

marcown avatar Jan 17 '22 22:01 marcown

Hi Markus!

Not all of the images were generated using the same parameters. Certain style images require more weight than others. We're still working on a more automatic method for determining parameters. Generally we use approximately num_iter=1000, style_opt_freq=5, style_opt_iter=20. But sometimes these need to be tweaked.

Another thing to keep in mind is that the algorithm can get stuck in bad local minima. We usually run it a few times and pick the results we like either by visual inspection or by CLIP loss.

pschaldenbrand avatar Jan 19 '22 01:01 pschaldenbrand