face-detection-python icon indicating copy to clipboard operation
face-detection-python copied to clipboard

A Basic Python Application Using OpenCV and OpenVINO Python APIs with Publicly Available Deep Learning Models

Results 3 face-detection-python issues
Sort by recently updated
recently updated
newest added

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...

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