{"id":20543762,"url":"https://github.com/isarandi/poseviz","last_synced_at":"2026-04-01T18:54:45.494Z","repository":{"id":79994293,"uuid":"418621920","full_name":"isarandi/poseviz","owner":"isarandi","description":"3D Human Pose Visualizer for Python","archived":false,"fork":false,"pushed_at":"2026-03-21T11:33:44.000Z","size":787,"stargazers_count":167,"open_issues_count":3,"forks_count":18,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-22T02:46:57.002Z","etag":null,"topics":["3d-human-pose","3d-viewer","3d-visualization","mayavi","pose-estimation","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isarandi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-18T18:28:08.000Z","updated_at":"2026-03-21T11:33:47.000Z","dependencies_parsed_at":"2025-01-14T15:11:41.376Z","dependency_job_id":"3cda4481-6cbe-4212-86a8-a752031f190a","html_url":"https://github.com/isarandi/poseviz","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/isarandi/poseviz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fposeviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fposeviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fposeviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fposeviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isarandi","download_url":"https://codeload.github.com/isarandi/poseviz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fposeviz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-human-pose","3d-viewer","3d-visualization","mayavi","pose-estimation","python"],"created_at":"2024-11-16T01:40:11.769Z","updated_at":"2026-04-01T18:54:45.488Z","avatar_url":"https://github.com/isarandi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoseViz – 3D Human Pose and Mesh Visualizer\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=screenshot.jpg width=\"30%\"\u003e\n  \u003cimg src=screenshot2.jpg width=\"30%\"\u003e\n  \u003cimg src=screenshot_multicam.jpg width=\"30%\"\u003e\n\u003c/p\u003e\n\nMulti-person, multi-camera 3D human pose and mesh visualization tool built using\nOpenGL (via ModernGL). As used in [NLF](https://github.com/isarandi/nlf) and [MeTRAbs](https://github.com/isarandi/metrabs) visualizations.\n\n**This repo does not contain pose estimation code, only the visualization part.**\n\n## Gist of Usage\n\n```python\nimport poseviz\nimport deltacamera\n\ncamera = deltacamera.Camera(...)\n\nwith poseviz.PoseViz(...) as viz:\n    for frame in frames:\n        bounding_boxes, poses3d = run_pose_estimation_model(frame)\n        viz.update(frame=frame, boxes=bounding_boxes, poses=poses3d, camera=camera)\n```\n\nSee also [```demo.py```](demo.py).\n\nThe main feature of this tool is that the graphical event loop is hidden from the library user. We\nwant to write code in terms of the *prediction loop* of the human pose estimator, not from the point\nof view of the visualizer tool.\n\nBehind the scenes, this is achieved through forking a dedicated visualization process and passing\nnew scene information via multiprocessing queues.\n\n## Installation\n\n```bash\npip install poseviz\n```\n\nThen run [demo.py](demo.py) to test if installation was successful.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisarandi%2Fposeviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisarandi%2Fposeviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisarandi%2Fposeviz/lists"}