python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to specify the paths for boost so as to build dlib successfully on ubuntu
I'm trying to install face-recognition on ubuntu but dlib keeps failing to build. I tried running python3 setup.py install but it returned some error about boost. After installing boost it still can't...
Dancun Gerald
Votes: 0
Answers: 0
Break the while loop 10 seconds after executed
I made face recognition app using face_recognition and OpenCV libraries but i want to break the while loop 10 seconds after executed the script. I can't use OpenCV's waitKey(10000) because of the low ...
Poseidon Paris
Votes: 0
Answers: 1
Cannot install face_recognition using pip install face_recognition on Win10
I get the error
Running setup.py install for dlib ... error
error: subprocess-exited-with-error
× Running setup.py install for dlib did not run successfully.
│ exit code: 1
╰─> [58 lines of output]...
Amadeus Aleksei
Votes: 0
Answers: 2
List images matching a face
I am creating a application where users can scan their face and find all the images matching that face. I researched and tried but wasn't able to find a solution. Can anyone please help!! I am using a...
Bhuvan Soni
Votes: 0
Answers: 1