facebookresearch / synsin

View synthesis for the public.
http://www.robots.ox.ac.uk/~ow/synsin.html
Other
659 stars 93 forks source link

increase output image resolution #16

Open victorzhucompass opened 4 years ago

victorzhucompass commented 4 years ago

the 256x256 output looks blurry, wondering in the training/inference pipeline, does it support 512x512 or even higher resolution.

oawiles commented 3 years ago

yes it does. You can try training with a different --W parameter (say 512). You could even modify the code to support different aspect ratios (but that would be a bit more involved).