@axichuhai: This free and open-source 3D motion capture tool, freemocap, has garnered 9K stars on GitHub. No professional capture equipment needed, just a few ordinary cameras. It transforms multi-view geometry problems into computer vision tasks, using spatial calibration algorithms + deep learning models to extract precise 3D human skeleton data from 2D footage of multiple ordinary cameras…
Summary
Freemocap is a free and open-source 3D motion capture tool. It requires only ordinary cameras to reconstruct precise 3D human skeleton data using spatial calibration and deep learning models, supporting multiple export formats.
View Cached Full Text
Cached at: 06/29/26, 04:29 PM
This free and open-source 3D motion capture tool — freemocap — has gained 9K stars on GitHub.
No professional capture equipment needed — just a few ordinary webcams.
It transforms multi-view geometry problems into computer vision tasks, using spatial calibration algorithms + deep learning models to reconstruct accurate 3D human skeleton data from 2D frames captured by multiple regular webcams.
Output results support exporting in multiple formats (including FBX, etc.), and all processing runs locally — free and open source.
Similar Articles
@oragnes: Wow, just dug up this amazing tool map3d on GitHub! Based on OpenStreetMap, you select an area on the web page, and it automatically fetches real building and road data, rendering a 3D city model with heights in one click! The craziest part is it can directly export GLB files for use in Blender or game engines…
Introduces two open-source tools on GitHub: map3d, which automatically generates 3D city models from OpenStreetMap and exports GLB files; and Voice-Pro, a local tool integrating video download, voice separation, subtitle recognition, translation, voice cloning dubbing, and video synthesis.
MoCapAnything V2: End-to-End Motion Capture for Arbitrary Skeletons
MoCapAnything V2 introduces a fully end-to-end framework for arbitrary-skeleton motion capture from monocular video, jointly optimizing video-to-pose and pose-to-rotation predictions to resolve rotation ambiguity.
@servasyy_ai: Bros! As promised, the open-source release is here tonight. Currently, the image-to-3D model integration supports only the online service: http://tripo3d.ai. You can also modify it to use other providers or local models. Don’t forget to like and follow, and if you find it useful, drop a star on GitHub: https://github.com/hu…
The developer announces the open-sourcing of an image-to-3D model tool that currently integrates with the Tripo3D API, encouraging users to adapt it for other services or local models.
@denziideng: No censorship, no restrictions - the open-source AI image and video tool has arrived, and it's so satisfying. Want to use top models like Flux, Kling, Sora, Veo to generate images and videos but are restricted by platform review and need to pay for subscriptions? Now there's an open-source project that directly open-sources all these features. Open-Generative-AI…
Open-Generative-AI is an open-source multimedia creation platform that integrates over 200 generative models, supporting image, video, lip sync, and more. It has no content filtering, can run locally or in the cloud, and is completely free.
@vintcessun: Centralized fusion in large-scale surveillance—when you have tens or hundreds of cameras, the compute bottleneck becomes a dead end. You can't scale at all; a single central station burns most of your budget. This is why multi-view tracking without a distributed approach can't truly be deployed—the scaling cost of centralized solutions skyrockets exponentially with the number of nodes, while engineering demands a large-scale, low-cost deployment...
MV3DT is a fully distributed multi-view 3D tracking framework. Through peer-to-peer coordination, it eliminates the compute bottleneck of centralized fusion, running at 30FPS on 100 cameras with only 2.2% communication overhead. It can be deployed with zero-shot calibration, achieving performance equal to or surpassing centralized methods.