Metadata-Version: 2.1
Name: pyfacegen
Version: 0.1.3
Summary: A mesh library for python
Home-page: https://github.com/jsaunders909/PyFaceGen
Author: Jack Saunders
Author-email: jrs68@bath.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

A python library for several functions used in generating realistic facial meshes. Including:

Mesh: A simple mesh class consisting of vertices and faces
IO: Read/write of .obj and .ply files
Alignment: Rigid ICP and non-rigid ICP
Other: Deformation transfer

Installation instructions

create and activate a virtual environment

run the following comands (using anaconda)

$ conda install numpy matplotlib scikit-learn scikit-image

install scikit-sparse with conda using
$ conda install -c conda-forge scikit-sparse 

if using .ply files install pyassimp using pip
$ pip install pyassimp

To verify installation use
$ python tests.py


