facenet-face-recognition
facenet-face-recognition copied to clipboard
Not able to run on Windows system
Hi, I cloned your code and tried running on my system. The system throws the following error:
C:>python D:\facenet-face-recognition-master\facenet.py
Using TensorFlow backend.
OpenCV Error: Assertion failed (!empty()) in cv::CascadeClassifier::detectMultiScale, file C:\ci\opencv_1512688052760\work\modules\objdetect\src\cascadedetect.cpp, line 1698
Traceback (most recent call last):
File "D:\facenet-face-recognition-master\facenet.py", line 199, in
Please help!
I tried searching on stackOverflow. Here is what i found!!
https://stackoverflow.com/questions/30508922/error-215-empty-in-function-detectmultiscale?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
But this doesnt seem to help out!
Try running using Anaconda distribution with all the requirements installed.
Worked on mine.