soubhiksanyal / FLAME_PyTorch

This is a implementation of the 3D FLAME model in PyTorch
MIT License
654 stars 86 forks source link

Make package installable #14

Closed NeelayS closed 1 year ago

NeelayS commented 1 year ago

Made some changes to make the package installable. The FLAME model class can now be imported as follows:

from flame_pytorch import FLAME

With a couple of small additions, we can also make the package pip-installable but maybe we can do that in a different PR.

@soubhiksanyal @TimoBolkart