dlib
dlib copied to clipboard
[Bug]: Importing fuction from dlib not working.
What Operating System(s) are you seeing this problem on?
Windows
dlib version
19.24
Python version
3.10.11
Compiler
MSVC 2022
Expected Behavior
I want use these functions: landmark_predictor, shape_predictor
Current Behavior
after installing dlib on windows, and try do on python code
from dlib import landmark_predictor, shape_predictor
functions are not disponible, has only fucition add_lib_to_dll_path
Steps to Reproduce
pip install dlib
create a python file with this import: from dlib import landmark_predictor, shape_predictor
Anything else?
None