VPF 🤝 OpenCV #380
Replies: 4 comments 2 replies
-
Hi @sandhawalia Give me couple days to collect more info and find if I could allocate cycles on this. |
Beta Was this translation helpful? Give feedback.
-
Bringing more people into discussion WRT better OpenCV integration topic. Link to CV-CUDA: |
Beta Was this translation helpful? Give feedback.
-
@sandhawalia Hello! Could you expound on how this handshake is accomplished? My current work involves a pretty big stack of video processing, and I've just converted video frame reading to use this library. However, to get it over to cuda_GpuMat involves converting CudaSurface -> download to numpy -> upload to GpuMat, like you said. Figuring out how to go straight from CudaSurface to GpuMat would be a great help. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey there. Thanks for interest in the proposal. The handshake goes something like this. On VPF/Python world we have a function
On OpenCV side we have following C++ code which implements
This would also require, Implementing a OpenCV contrib_module and rebuilding OpenCV with the new module. Not sure how familiar are you with this. FYI — If you wanna try it out i can make our forked OpenCV image public, which already implements |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Was wondering if there is any interest in having VPF and OpenCV work together. This revolves around a handshake between
CudaSurface
and Opencv GpuMat.We have a fork of OpenCV which does this would be happy to make it public, along with its pre-built Docker Image (Ubuntu only). This would open up whole host of CV application with VPF
CUDA-accelerated video encoding/decoding in OpenCV is not upto date and therefor needs expensive Upload and Download from device to host and vice versa.
Beta Was this translation helpful? Give feedback.
All reactions