How can I list available devices for each DNN backend?

asked 2019-12-16 14:14:33 -0600

JulienM gravatar image

I have successfully compiled and run a program that can perform inference on cpu (with opencv engine), cpu (with openVino engine), nvidia GPUs and Intel GPUs Now how can I detect what's available on the current computer and list devices for each mode?

edit retag flag offensive close merge delete

Comments

Take a look at https://github.com/opencv/opencv/pull.... Currently this PR in progress

dkurt gravatar imagedkurt ( 2019-12-24 01:40:44 -0600 )edit