-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance #16
Comments
What kind of gpu/cpu setup are you using? The video branch is still in the works, it was a test to grab process video frame by frame and render it in real time. |
Output for The only change I made was to output an image vs the .flo file. That shouldn't impact any of the timing either based on what I saw in the code. |
On a side node I had to remove I also had to comment out lines in CMakeLists.txt for eigen3 to locate the correct include directory and switch to |
ReferencePRESET_ULTRAFASTPRESET_FASTPRESET_MEDIUMFlowOnTheGoop_point - 3op_point - 2op_point=1 takes ~1ms and is pretty much empty and op_point=4 results in a cuda error |
FYI, this was all done using the master branch. After looking through |
I've been trying to run the flow on some 4K video and I'm not getting anywhere near the performance you reported in the paper.
Oddly enough using the reference implementation and changing
DISOpticalFlow::PRESET_ULTRAFAST
toDISOpticalFlow::PRESET_FAST
was producing flow at roughly 450-480ms per frame. Using preset3
I'm getting great flow results but it is statingTIME (O.Flow Run-Time ) (ms): 3293.45
. When using the default2
it runs very quickly atTIME (O.Flow Run-Time ) (ms): 122.223
I also see you started a video branch, have you implemented that and not pushed to github by any chance?
The text was updated successfully, but these errors were encountered: