The Inference Engine fails when used together with the OpenCV DNN backend:
net.setPreferableBackend(cv::dnn::DNN_BACKEND_INFERENCE_ENGINE);
net.setPreferableTarget(cv::dnn::DNN_TARGET_OPENCL);
Runtime error:
: CommandLine Error: Option 'disable-inlined-alloca-merging' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
Any hints why this is caused?
The Inference Engine fails when used together with the OpenCV DNN backend:
Runtime error:
Any hints why this is caused?