TecoGAN icon indicating copy to clipboard operation
TecoGAN copied to clipboard

Curiosity about upscaling GAN generated results

Open 5agado opened this issue 3 years ago • 2 comments

I generate or edit some works of mine via GAN or other generative models, but as they generally work on small resolution I wanted to rely on secondary models for the upscaling part. However I obtain very poor results.

See for example how this 256x256 image

1

Results in this poor 1024x1024 version

output_1

Curious to hear any explanations or speculation about this, and if there is any way around it.

5agado avatar Jul 12 '20 15:07 5agado

It looks like it is chroma subsampling related. I would make sure your generated images from the video are sampled from 4:2:0 through 4:4:4 to RGB correctly.

caryknoop avatar Aug 14 '20 05:08 caryknoop

I'm seeing similar results, and I think I'm sampling it correctly: ffmpeg -i 'video.avi' -vf format=rgb24 out_%05d.png anything obvious wrong with those args?

rpolyano avatar Aug 28 '20 00:08 rpolyano