belinghy / ganimator-eval-kernel

The evaluation kernel of ganimator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GANimator evaluation kernel

Usage

This repository contains the C++ implementation of the dynamic programming kernel of evaluation part of GANimator.

Prerequisites:

  • Eigen

To install the kernel, first clone this repository recursively:

git clone --recursive https://github.com/PeizhuoLi/ganimator-eval-kernel.git

Then, use pip to install this module in your virtual environment for ganimator:

conda activate ganimator
pip install ./ganimator-eval-kernel

Acknowledgements

This repository is based on cmake_example for pybind11.

About

The evaluation kernel of ganimator.

License:Other


Languages

Language:Python 70.2%Language:C++ 25.2%Language:CMake 4.7%