Topic: Move to and add support for NVIDIA Optical Flow SDK 4.0
I was reading the documentation for NVOFA FRUC (see https://docs.nvidia.com/video-technolog … index.html), and it looks like this would make optical flow-based frame interpolation possible for any NVIDIA GPUs since the Turing generation.
I suppose there needs to be 2 different options offered now. 1) Only use motion vectors from NVOFA and let SVP do the rest, and 2) Allow NVOFA FRUC to generate the interpolated frames.
(2) is new since SDK 4.0 and would not have been easily possible before. I don't know how the FRUC frames' quality compares with SVP, but it would be an appreciated feature regardless of if it is technically worse. There is sample code provided from NVIDIA that shows how relatively simple it is to integrate NVOFA FRUC into applications.