bsridatta / Blender-3D-Human-Pose

Python script for rendering 3D human poses using Blender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blender Pose

3D Human Pose rendering in Blender

Simple script using utilities from yuki-koyama/blender-cli-rendering

GitHub Blender

  • Blender 2.83 is required
  • Invoke the pose rendering method without GUI
  • All you need is list of 3D coordinates of the joints
  • Use as shown in render_pose_example.py

Simple 3D pose

Multiple poses with a wall in the background

Please let me know if this is something useful by starring it. So I can add more features like animation, multiple subjects, adaptive camera placement etc.

License

Same as yuki-koyama/blender-cli-rendering
Scripts in this repository use the Blender Python API, which is licensed under GNU General Public License (GPL). Thus, these scripts are considered as derivative works of a GPL-licensed work, so they are also licensed under GPL following the copyleft rule.

About

Python script for rendering 3D human poses using Blender

License:GNU General Public License v3.0


Languages

Language:Python 98.2%Language:Shell 1.8%