How can I list available devices for each DNN backend?
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?
Take a look at https://github.com/opencv/opencv/pull.... Currently this PR in progress