You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: