Coldog2333 / pytoflow

The py version of toflow → https://github.com/anchen1011/toflow
MIT License
107 stars 31 forks source link

Why SR results is one output image? #12

Closed wwlCape closed 4 years ago

wwlCape commented 4 years ago

Hi, thank you for your great reimplementation work. As we know, toflow can achieve video SR tasks. I want to know how to generate consecutive HR video frames instead of one frame from 7 consecutive LR video frames.

ahmadmughees commented 4 years ago

@wwlCape take 7 frames as a sequence and put that in loop.

wwlCape commented 4 years ago

Thank you for your advice. But in the Vimeo90K dataset, each clip has only 7 frames, so this method can generate 7 continuous HR frames. Is there anything I misunderstand?

ahmadmughees commented 4 years ago

Welcome. :) well as far as dataset is concerned, yes it contains 7 frames and it will output one frame as its just for benchmarking. But you can download the original Vimeo videos and test on them as well as a part of Video Super resolution.

Best. Mughees

wwlCape commented 4 years ago

OK, I can test this method on other datasets. Thank you again. :)