Closed IMJONEZZ closed 5 years ago
Have you executed the requirements.txt file? it seems like you're missing the face-alignment pip dependency.
I definitely have. I'm getting an error that pip cannot find a face-alignment module.
I definitely have. I'm getting an error that pip cannot find a face-alignment module.
In dataset.py there's a command, "from face_alignment import FaceAlignment, LandmarksType" Where can I access that? Currently there's no face_alignment.py in this repo, and I'm having trouble trying to access it as a module.
ModuleNotFoundError Traceback (most recent call last)