face-detection-python
face-detection-python copied to clipboard
A Basic Python Application Using OpenCV and OpenVINO Python APIs with Publicly Available Deep Learning Models
This error happens everytime when I want to run the app: Traceback (most recent call last): File "app/face_detection_openvino.py", line 28, in from detection.face_detection_ov import FaceDetectionConfig, OpenMZooFaceDetection, FaceDetectionModelTypes, MtCNNFaceDetection, MTCNNFaceDetectionConfig File...
I'm trying to run this application as it is without modifying anything. How can I resolve this issue?
Installed OpenVINO 2019_R2- OK in a conda environ, c++ demos work fine But this app cannot import face_detection_ov What am i doing wrong? Regards K