Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

How to compile OpenCV with CUDA support? #20553

Answered by szha
EmilPi asked this question in Q&A
Discussion options

You must be logged in to vote

@EmilPi it would require integrating the opencv GPU support in mxnet image API to use it natively with GPU arrays. For now you can consider using the OpenCV python API with GPU support for data augmentation, and then use from_dlpack and to_dlpack_for_write for zero-copy loading and sharing of ndarray.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@EmilPi
Comment options

@EmilPi
Comment options

Answer selected by EmilPi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants