liruilong940607 / tava

Code for the paper "TAVA Template-free Animatable Volumetric Actors".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAVA: Template-free Animatable Volumetric Actors

Ruilong Li · Julian Tanke · Minh Vo · Michael Zollhoefer
Jürgen Gall · Angjoo Kanazawa · Christoph Lassner

arXiv 2022


Paper PDF Project Page

Logo


Given multiple sparse video views as well as 3D poses as inputs, TAVA creates a virtual actor consists of implicit shape, apperance, skinning weights in the canonical space, which is ready to be animated and rendered even with out-of-distribution poses. Dense correspondences across views and poses can also be established, which enables content editing during rendering. Without requiring body template, TAVA can be directly used for creatures beyond human as along as the skeleton can be defined.


Installation

conda create -n tava python=3.9
conda activate tava

conda install pytorch cudatoolkit=11.3 -c pytorch

python setup.py develop

Running the code

Toolbox

  • tools/eval_corr.ipynb: Evaluate the pixel-to-pixel correspondences using ground-truth mesh on Animal Data.

License

BSD 3-clause (see LICENSE.txt).

Misc

Citation

@article{li2022tava,
  title     = {TAVA: Template-free Animatable Volumetric Actors},
  author    = {Ruilong Li, Julian Tanke, Minh Vo, Michael Zollhoefer, Jürgen Gall, Angjoo Kanazawa and Christoph Lassner},
  journal   = {arXiv preprint arXiv:2206.08929},
  year      = {2022},
}

About

Code for the paper "TAVA Template-free Animatable Volumetric Actors".

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 90.5%Language:Jupyter Notebook 8.5%Language:Shell 1.1%