In this package we provide a CUDA implementation of the SDF computation as well as of the SDF-based collision function.
You can install the package by running
python setup.py install
Our SDF CUDA kernels are based on the original C++ implementation by David Stutz.
If you find this code useful for your research or the use data generated by our method, please consider citing the following paper:
@Inproceedings{jiang2020mpshape,
Title = {Coherent Reconstruction of Multiple Humans from a Single Image},
Author = {Jiang, Wen and Kolotouros, Nikos and Pavlakos, Georgios and Zhou, Xiaowei and Daniilidis, Kostas},
Booktitle = {CVPR},
Year = {2020}
}