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 = bvhPos[bp.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

相关推荐
whaosoft-1431 小时前
大模型~合集3
人工智能
Dream-Y.ocean1 小时前
文心智能体平台AgenBuilder | 搭建智能体:情感顾问叶晴
人工智能·智能体
丶21361 小时前
【CUDA】【PyTorch】安装 PyTorch 与 CUDA 11.7 的详细步骤
人工智能·pytorch·python
春末的南方城市2 小时前
FLUX的ID保持项目也来了! 字节开源PuLID-FLUX-v0.9.0,开启一致性风格写真新纪元!
人工智能·计算机视觉·stable diffusion·aigc·图像生成
zmjia1112 小时前
AI大语言模型进阶应用及模型优化、本地化部署、从0-1搭建、智能体构建技术
人工智能·语言模型·自然语言处理
jndingxin2 小时前
OpenCV视频I/O(14)创建和写入视频文件的类:VideoWriter介绍
人工智能·opencv·音视频
AI完全体2 小时前
【AI知识点】偏差-方差权衡(Bias-Variance Tradeoff)
人工智能·深度学习·神经网络·机器学习·过拟合·模型复杂度·偏差-方差
GZ_TOGOGO2 小时前
【2024最新】华为HCIE认证考试流程
大数据·人工智能·网络协议·网络安全·华为
sp_fyf_20242 小时前
计算机前沿技术-人工智能算法-大语言模型-最新研究进展-2024-10-02
人工智能·神经网络·算法·计算机视觉·语言模型·自然语言处理·数据挖掘
新缸中之脑3 小时前
Ollama 运行视觉语言模型LLaVA
人工智能·语言模型·自然语言处理