3d 舞蹈同步

目录

看起来很强大

unity驱动bvh跳舞:

脚飘动问题:

[bvh和播放关节对应关系 zxy格式](#bvh和播放关节对应关系 zxy格式)

[bvh和播放关节对应关系 zyx的对应关系:](#bvh和播放关节对应关系 zyx的对应关系:)

bvh播放器:


看起来很强大

GitHub - FORTH-ModelBasedTracker/MocapNET: We present MocapNET, a real-time method that estimates the 3D human pose directly in the popular Bio Vision Hierarchy (BVH) format, given estimations of the 2D body joints originating from monocular color images. Our contributions include: (a) A novel and compact 2D pose NSRM representation. (b) A human body orientation classifier and an ensemble of orientation-tuned neural networks that regress the 3D human pose by also allowing for the decomposition of the body to an upper and lower kinematic hierarchy. This permits the recovery of the human pose even in the case of significant occlusions. (c) An efficient Inverse Kinematics solver that refines the neural-network-based solution providing 3D human pose estimations that are consistent with the limb sizes of a target person (if known). All the above yield a 33% accuracy improvement on the Human 3.6 Million (H3.6M) dataset compared to the baseline method (MocapNET) while maintaining real-time performance

unity驱动bvh跳舞:

本机:My project (1)

脚飘动问题:

这句代码注释,脚就会飘动

anim.GetBoneTransform(HumanBodyBones.Hips).position = bvhPosbp.root.name*scaleRatio;

bvh和播放关节对应关系 zxy格式

python 复制代码
Hips Hips
LeftUpLeg LeftUpperLeg
LeftLeg LeftLowerLeg
LeftFoot LeftFoot
RightUpLeg RightUpperLeg
RightLeg RightLowerLeg
RightFoot RightFoot
Spine Spine
Spine1 Chest
Neck Neck
LeftShoulder LeftShoulder
LeftArm LeftUpperArm
LeftForeArm LeftLowerArm
LeftHand LeftHand
RightShoulder RightShoulder
RightArm RightUpperArm
RightForeArm RightLowerArm
RightHand RightHand

bvh和播放关节对应关系 zyx的对应关系:

python 复制代码
Hips Hips
LeftUpLeg RightUpperLeg
LeftLeg RightLowerLeg
LeftFoot RightFoot
RightUpLeg LeftUpperLeg
RightLeg LeftLowerLeg
RightFoot LeftFoot
Spine Spine
Spine1 Chest
Neck Neck
LeftShoulder RightShoulder
LeftArm RightUpperArm
LeftForeArm RightLowerArm
LeftHand RightHand
RightShoulder LeftShoulder
RightArm LeftUpperArm
RightForeArm LeftLowerArm
RightHand LeftHand

bvh播放器:

GitHub - glastonbridge/BVHPlayer: This is a hacky Unity component I wrote for animating BVH files exported from MocapNET

相关推荐
程序员老猫1 分钟前
当 AI 能写 80% 的代码时,后端工程师的核心价值还剩什么?
人工智能
想会飞的蒲公英3 分钟前
计算机怎样读取中文文本:编码、清洗与标准化
人工智能·python·自然语言处理
CIO_Alliance15 分钟前
AI+iPaaS解决方案深度整合:让跨系统业务流程自动化一步到位
人工智能·ipaas·系统集成·ai+ipaas·企业cio联盟·企业级ai化转型
苏州IT威翰德16 分钟前
算力资产“续命”专家:苏州威翰德科技赋能NVIDIA高端AI芯片芯片级维修
大数据·人工智能
天上路人29 分钟前
A59P双波束语音模块:神经网络降噪在远场拾音中的工程实现分析
人工智能·深度学习·神经网络·ai降噪·ai语音·麦克风·回音消除
冬奇Lab37 分钟前
AI 评测系列(03):LLM-as-Judge——让 LLM 评价 LLM 的正确姿势
人工智能·llm
Miao121311 小时前
某海外住宿平台如何在大规模场景下实现指标一致性:Minerva 指标平台实践
大数据·数据库·人工智能
冬奇Lab1 小时前
每日一个开源项目(第164篇):毕昇(BISHENG)- 面向企业的开源 LLM DevOps 平台
人工智能·开源·agent
声讯电子2 小时前
录音笔AI降噪方案:从录得到到听得清的听觉革命
人工智能·语音识别
小小测试开发2 小时前
Playwright vs Selenium vs Cypress:从浏览器协议到 API 设计的全面对比与实测
人工智能·selenium·测试工具