anuragranj / coma

Convolutional Mesh Autoencoders for Generating 3D Faces
Other
454 stars 100 forks source link

[WIP] Python3 compatibility fixes #14

Open Dawars opened 5 years ago

Dawars commented 5 years ago

This PR fixes most of the Python3 incompatibilities.

I managed to train the model with this code, but someone else should test it as well. This works with the updated mesh lib dependency (https://github.com/MPI-IS/mesh/pull/8) which is still untested and pending review.

Not sure about backwards compatibility, I propose the creation of a python3 branch for these changes.