I have installed openface in my windows machine by following below steps.
Downloaded openface from this inline path : https://github.com/
cmusatyalab/openface
cd openface
python setup.py install
--------------------
C:ProgramDataAnaconda3>python.exe openface/setup.py install
running install
running build
running build_py
copying openface\__init__.py -> buildlibopenface
running install_lib
copying buildlibopenface\__init__.py -> C:ProgramDataAnaconda3Libsite-packagesopenface
byte-compiling C:ProgramDataAnaconda3Libsite-packagesopenface\__init__.py to __init__.cpython-36.pyc
running install_egg_info
Removing C:ProgramDataAnaconda3Libsite-packagesopenface-0.2.1-py3.6.egg-info
Writing C:ProgramDataAnaconda3Libsite-packagesopenface-0.2.1-py3.6.egg-info
After installation when I tried to access AlignDlib method, I'm getting error -
ImportError: cannot import name 'AlignDlib'
Appreciate your help, If somebody can help me on how to resolve this error.
Thanks
Bhajesh
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…