Hello,
I see this error when I test demo.py:
python demo.py --debug
Downloading the face detection CNN. Please wait...
Downloading the Face Alignment Network(FAN). Please wait...
Traceback (most recent call last):
File "demo.py", line 219, in <module>
main()
File "demo.py", line 154, in main
roll = np.clip(-(180+np.degrees(steady_pose[2])), -50, 50)
UnboundLocalError: local variable 'steady_pose' referenced before assignment
Thanks