Home > Enterprise >  OpenCV issue while using DNN implementation with any version in Machine Learning Services
OpenCV issue while using DNN implementation with any version in Machine Learning Services

Time:05-09

I am using Machine Learning Services and when I am trying to implement Deep Neural Network, I am getting CV2 issue. The CV2 library is being bothering the code block. The following is the error I am getting when I am trying to use CV2 for DNN_BACKEND_CUDA.

enter image description here

Any help is appreciable.

CodePudding user response:

The issue raised is very rare and there are less chances of getting the success rate even after the proper installation of libraries. When the code was deployed in Azure Machine Learning some of the issues might be resolved. Checkout the following steps to be taken care of:

  1. Check with the version of Open CV

import cv2

cv2.__version__

  1. After installation, implement the following steps

these steps are very much time taking.

           
  • Related