-
Notifications
You must be signed in to change notification settings - Fork 359
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
How to use GPU under Python #28
Comments
change default matcher for cuda matcher and it for it
|
thanks. |
OpenCV 3.3.1 |
I installed OpenCV 4.2, it is already run on GPU but I did not observe any differences between CPU and GPU. The same speed (Frame per second), it is running at 30 fps for whole image with 50000 points, but when I use it with deep learning, it made dropping the fps to 6 instead of 23 fps because of matching with every object instead of one (if deep learning only run is 23 fps and if GMS-Feature-Matcher only run is 30 fps) |
How to use GPU under Python ? Thanks.
The text was updated successfully, but these errors were encountered: