Ask Your Question
0

Opencv with cuda for anaconda

asked 2018-01-05 10:07:48 -0600

varsh gravatar image

How to enable python wrappers for cuda support in opencv installed using anaconda with python version 3.6.3?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-01-05 10:11:19 -0600

berak gravatar image

updated 2018-01-05 10:14:01 -0600

there is no python wrapping code for the cuda api at all. (though you can use UMat / opencl)

if you need to work with cuda, either use c++, or try to find another, 3rdparty library, like pycuda

(also, the python version / vendor does not matter)

edit flag offensive delete link more

Comments

This site https://anaconda.org/patricksnape/ope... seems to offer opencv with gpu support for anaconda. What is your take on this?

varsh gravatar imagevarsh ( 2018-01-06 09:08:56 -0600 )edit

you'll have to ask that guy, not me. (and you probably don't want outdated 2.4.9 ;( )

berak gravatar imageberak ( 2018-01-06 09:30:09 -0600 )edit

Yes you are right, even that conda repository does not have python API for cuda.

varsh gravatar imagevarsh ( 2018-01-07 09:06:23 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-05 10:07:48 -0600

Seen: 2,925 times

Last updated: Jan 05 '18