alterzero / RBPN-PyTorch

The project is an official implement of our CVPR2019 paper "Recurrent Back-Projection Network for Video Super-Resolution"
https://alterzero.github.io/projects/RBPN.html
MIT License
451 stars 105 forks source link

When testing the video, it takes a long time. #45

Open Shayebh opened 5 years ago

Shayebh commented 5 years ago

Hello, author. You have done a great job and have a very good result.Thank you for your work.But when I'm running the seven-frame model, the time cost is 1200ms per frame.Graphics card is 1080TI.Can you tell me how to optimize the code to speed up?Thank you~

houqian2180320171 commented 5 years ago

Hello,I encountered this problem when running the eval.py file RuntimeError: expected a non-empty list of Tensors, how do you solve it?