codeslake / RefVSR

[CVPR 2022] Official PyTorch Implementation for "Reference-based Video Super-Resolution Using Multi-Camera Video Triplets"
GNU Affero General Public License v3.0
199 stars 18 forks source link

about inference #9

Closed newtreeaa closed 1 year ago

newtreeaa commented 1 year ago

Hello, do low resolution images and reference images have to be the same size in inferenceing? If my reference image is not the same size as the low resolution image, how can I inference?

codeslake commented 1 year ago

Hi!

Reference images do not have to be of the same size as low-resolution images.

newtreeaa commented 1 year ago

Hi!

Reference images do not have to be of the same size as low-resolution images.

I try to inference on this web site https://replicate.com/codeslake/refvsr-cvpr2022.But it requires that reference images have to be of the same size as low-resolution images. Can you provide other inference code?

codeslake commented 1 year ago

What is the size of each LR and Ref image?

codeslake commented 1 year ago

I will manually check the size issue in my spare time. I will keep updating it in this thread. Closing the issue.