royorel / Lifespan_Age_Transformation_Synthesis

Lifespan Age Transformation Synthesis code
Other
582 stars 132 forks source link

Added missing dependency dlib to requirements.txt #11

Closed jmribeiro closed 4 years ago

jmribeiro commented 4 years ago

After running pip install -r requirements.txt and ./run_scripts/in_the_wild.sh, got a "missing dlib module" error. Adding dlib to requirements.txt fixes the issue.

jmribeiro commented 4 years ago

Sidenote: This happened when running in a python 3.7 virtual environment (on colab it works fine)

royorel commented 4 years ago

Thanks @jmribeiro!! I totally missed that...

jmribeiro commented 4 years ago

Thanks @jmribeiro!! I totally missed that...

You're welcome ;) Great work btw