rlaphoenix / VSGAN

PyTorch-based Super-Resolution and Restoration Image Processing Module for VapourSynth
https://vsgan.phoeniix.dev
MIT License
190 stars 13 forks source link

Does VSGAN use temporal information? #23

Closed Selur closed 2 years ago

Selur commented 2 years ago

Since I assumed that all VSGAN based stuff is spatial only and only works basically on single images, but since a few folks mentioned that the models would take into account temporal information when the model is applied I wanted to ask whether this is true. :) So does VSGAN use temporal data when using different models?

rlaphoenix commented 2 years ago

It would depend on the architecture used. EGVSR is the only architecture currently supported that does anything like that but is a hell of a lot harder and longer to train.

Selur commented 2 years ago

Thanks fpr clearing that up. 👍