yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.65k stars 611 forks source link

Add setup for package installation #30

Open Guriido opened 5 years ago

Guriido commented 5 years ago

If one want to use the package as standalone, it may be useful to have an installation that also wraps the c++ code, and compile it during installation of the whole face3d package.

What do you think about it @YadiraF ?

(Note: using this installation, the user needs to comment out the sys.path.append('..') line in the examples, in order to call the installed package)