Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to generate high resolution images? #72

Open
OldChi opened this issue Dec 6, 2019 · 1 comment
Open

how to generate high resolution images? #72

OldChi opened this issue Dec 6, 2019 · 1 comment

Comments

@OldChi
Copy link

OldChi commented Dec 6, 2019

CUHKSZ guys, you've really done a good job!

I used a 4k videos (with quite high resolution), but I noticed that the output images of your codes are of 512×512 size.

Could you give me some help on it?

Thanks a lot!

@dklingmann
Copy link

Hi, there are several ways to increase the resolution of images.
One example would be to continue the procedure, thus getting images with 512x512 pixels, and then using a image super-resolution procedure. This could be as simple as using bilinear up-sampling:
https://pytorch.org/docs/stable/generated/torch.nn.UpsamplingBilinear2d.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants