yinboc / liif

Learning Continuous Image Representation with Local Implicit Image Function, in CVPR 2021 (Oral)
https://yinboc.github.io/liif/
BSD 3-Clause "New" or "Revised" License
1.26k stars 145 forks source link

How to input more channels #18

Closed universewill closed 3 years ago

universewill commented 3 years ago

I want to input a video sequence (for example, three frames of video) instead of one image, how to do this?

yinboc commented 3 years ago

This work is not for video SR, you can modify the code for a batched version or input them one by one.