patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.91k stars 597 forks source link

No module named 'pix2face_estimation' #253

Closed vishnu41 closed 5 years ago

vishnu41 commented 5 years ago

when i run: python3 scripts/pix2face_demo.py. I got the following error: Traceback (most recent call last): File "scripts/pix2face_demo.py", line 5, in import pix2face_estimation.geometry_utils as geometry_utils ImportError: No module named 'pix2face_estimation'

patrikhuber commented 5 years ago

There is no scripts/pix2face_demo.py script in this repository. Pix2face is a different piece of software I think - you must have posted this issue in the wrong repository.