NVIDIA_OPTICAL_FLOW_2_0_INTEGRATION#2807
Conversation
7133697 to
4698d90
Compare
|
I see python bindings error. @alalek Can you please suggest what i can change to fix those? |
|
You can disable bindings generation for this class:
|
we will need python bindings since some of our users use python version of above class. |
4698d90 to
b82f091
Compare
alalek
left a comment
There was a problem hiding this comment.
we will need python bindings
Consider adding simple test for Python API (don't check accuracy, only parameters passing/return types/sizes).
Use this as an example: https://github.com/opencv/opencv_contrib/blob/4.5.1/modules/cudaobjdetect/misc/python/test/test_cudaobjdetect.py
20d72fe to
4a60183
Compare
55bd5de to
57d7cb1
Compare
57d7cb1 to
a6a9d49
Compare
a6a9d49 to
582fe44
Compare
|
Hi @vchiluka5 The error message is as following. I guess you didn't intend to break this but it seems that this code has no longer compatibility with CUDA 8.0. Best |
Optical flow API supports from CUDA 10 and above. You can add an exception which doesnt include nvidia_optical_flow using |
This PR integrates NVIDIA'S Optical Flow SDK 2.0.
Patch to opencv_extra has the same branch name.