python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dlib import failure on M1 pro
after installing dlib successfully on my m1 pro mac (monterey 12.1)
whenever I try to import dlib, I am receiving the following error:
from _dlib_pybind11 import *
File "/Applications/PyC...

Nadav
Votes: 0
Answers: 1
Bounding boxes returned without detected face image in dlib python
I'm trying to detect multiple faces in a picture using the deepface library with dlib as the backend detector. I'm using the DlibWrapper.py from the deeepface library and i have the following issue: I...

Sotirios
Votes: 0
Answers: 1
Can't run with Face Recognition imported in Python App
When I try to run app.py with Face Recognition imported in Python I get the following error message:
Traceback (most recent call last):
File "app.py", line 10, in <module>
import...
stephenm
Votes: 0
Answers: 0