开源动作捕捉软件
有没有开源软件可以将人体上的点映射到模拟 3D 模型?就像他们在某些电影中所做的那样,将演员的动作映射到 3D 模型上。他们用什么?该领域是否有针对更广泛受众的开放举措?
Is there any open source software to map points on the human body to a simulated 3D model? Something like they do in some movies to map the movement of actors onto 3D models. What do they use? Are there any open initiatives for a wider audience in this domain?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
位于巴西的 UFMG 有一个开源动作捕捉软件项目,可以在此处下载 https://github。 com/davidflam/OpenMoCap
There is a Open Source Motion Capture Software Project from UFMG, in Brasil, which can be downloaded here https://github.com/davidflam/OpenMoCap
听起来您正在寻找(开源)动作捕捉软件。然而,我不知道有任何开源的专用动作捕捉软件。
我的猜测:任何解决方案都可能涉及 Blender。我自己没有使用过 Blender,但它是开源的,所以有很大的潜力。我确实遇到了一些有希望的链接(谷歌“搅拌机动作捕捉”):
Blender 确实能够导入动作捕捉 (
.bvh
) 文件;我不确定它是否也可以创建它们。我的猜测是,电影制片厂使用昂贵和/或私人开发的软件,例如 Optitrack。
It sounds like you're looking for (open source) motion capture software. I don't know of any dedicated mocap software that's open source, however.
My guess: any solution will probably involve Blender. I haven't used Blender myself, but it's open source, so there's lots of potential. I did come across a few promising links (Google "blender motion capture"):
Blender does have the ability to import motion capture (
.bvh
) files; I'm not sure if it can create them as well.My guess is that movie studios use expensive and/or privately developed software, like Optitrack.