anchen1011 / toflow

TOFlow: Video Enhancement with Task-Oriented Flow

Home Page:http://toflow.csail.mit.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolution mismatching for interpolation

letatanu opened this issue · comments

Thank you so much for sharing your code.
I use TOFLow to interpolate 2k images, their resolution is 2560x1440.
16 can divide 2560 and 16 can also divide 1440.
However, after doing interpolation, the resolution of my result is 2096x1184. How could I resolve this problem?
Thank you.

Hi, in loader.lua we set local npMax to prevent GPU memory outage. If your machine is powerful enough, feel free to set it higher to, e.g., 8500000.

I also update the repo code into 8500000, since the previous number is too low for interpolation...

Thanks!

Thank you. I'll try it.