Gogumee / get_mesh_py_API

:pig_nose: Get_mesh python API: recovering mesh from deformation representation feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_mesh_py_API

using pybind11 to create get_mesh python API

How to use

mkdir build
cd build
cmake ..
make -j4

You will get a .so file. The test.py can be used for testing.

Note

Remember change include path in CMakeLists.txt. This code reply on Eigen and OpenMesh.

About

:pig_nose: Get_mesh python API: recovering mesh from deformation representation feature.

License:Apache License 2.0


Languages

Language:C++ 90.5%Language:CMake 3.7%Language:Python 3.3%Language:Shell 2.5%