[Bug]: Importing fuction from dlib not working.
Closed this issue · 3 comments
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
Warning: this issue has been inactive for 35 days and will be automatically closed on 2024-09-06 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Warning: this issue has been inactive for 43 days and will be automatically closed on 2024-09-06 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.