alyssaq / face_morpher

:angel: Morph faces with Python, Numpy, Scipy
882 stars 233 forks source link

Updates for Python 3 #11

Closed tschundler closed 8 years ago

tschundler commented 8 years ago

It looks like you were aiming for Python 3 support via future. But trying it out, I needed to make a few adjustments. (And now seems to work for me with Python 3.4 and OpenCV 3.1)

alyssaq commented 8 years ago

Awesome! Thanks for patching it. Guess I forgot some while transitioning to Python 3.