Metadata-Version: 2.4
Name: blendipose
Version: 0.1.2
Summary: Render human motion sequences with Blender, with or without overlaying on a video
Author-email: István Sárándi <istvan.sarandi@uni-tuebingen.de>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/isarandi/blendipose
Project-URL: Repository, https://github.com/isarandi/blendipose
Project-URL: Issues, https://github.com/isarandi/blendipose/issues
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: opencv-python
Requires-Dist: shapely
Requires-Dist: trimesh
Requires-Dist: cameravision
Requires-Dist: simplepyutils
Requires-Dist: framepump
Requires-Dist: scipy
Requires-Dist: bpy==3.6.0
Dynamic: license-file

# BlendiPose

This is a Python library for rendering human motion videos, mainly to visualize the output of 3D human pose and shape estimation models. It's similar to my other project [PoseViz](https://github.com/isarandi/poseviz), but optimized for beautiful rendering quality instead of speed.

BlendiPose is built on top of Blender, and the [Blendify](https://github.com/ptrvilya/blendify) package (specifically my fork of it, which is vendored in this repository).

## References

Regarding Blendify, see: 

```bibtex
@article{blendify2024,
  title={Blendify -- Python rendering framework for Blender},
  author={Guzov, Vladimir and Petrov, Ilya A and Pons-Moll, Gerard},
  journal={arXiv preprint arXiv:2410.17858},
  year={2024}
}
```
