You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all, thank you for sharing this code.
I tried with python version with high resolution video (4096x554) and it performs very slowly (4 fps).
Processing speed for the video is not a target of this paper but is there any suggestion how to improve processing speed?
I will try to search for how to use gpu with matrix operation because it seems numpy operations took much of the time.
The text was updated successfully, but these errors were encountered:
You can check this PR with an optimized Python version. It says it works 20X faster. I will review and merge it into the master branch soon, but just in case you are in a hurry.
Hi,
First of all, thank you for sharing this code.
I tried with python version with high resolution video (4096x554) and it performs very slowly (4 fps).
Processing speed for the video is not a target of this paper but is there any suggestion how to improve processing speed?
I will try to search for how to use gpu with matrix operation because it seems numpy operations took much of the time.
The text was updated successfully, but these errors were encountered: