当前位置:   article > 正文

3d 舞蹈同步

3d 舞蹈同步

目录

看起来很强大

unity驱动bvh跳舞:

脚飘动问题:

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

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格式

  1. Hips Hips
  2. LeftUpLeg LeftUpperLeg
  3. LeftLeg LeftLowerLeg
  4. LeftFoot LeftFoot
  5. RightUpLeg RightUpperLeg
  6. RightLeg RightLowerLeg
  7. RightFoot RightFoot
  8. Spine Spine
  9. Spine1 Chest
  10. Neck Neck
  11. LeftShoulder LeftShoulder
  12. LeftArm LeftUpperArm
  13. LeftForeArm LeftLowerArm
  14. LeftHand LeftHand
  15. RightShoulder RightShoulder
  16. RightArm RightUpperArm
  17. RightForeArm RightLowerArm
  18. RightHand RightHand

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

  1. Hips Hips
  2. LeftUpLeg RightUpperLeg
  3. LeftLeg RightLowerLeg
  4. LeftFoot RightFoot
  5. RightUpLeg LeftUpperLeg
  6. RightLeg LeftLowerLeg
  7. RightFoot LeftFoot
  8. Spine Spine
  9. Spine1 Chest
  10. Neck Neck
  11. LeftShoulder RightShoulder
  12. LeftArm RightUpperArm
  13. LeftForeArm RightLowerArm
  14. LeftHand RightHand
  15. RightShoulder LeftShoulder
  16. RightArm LeftUpperArm
  17. RightForeArm LeftLowerArm
  18. RightHand LeftHand

bvh播放器:

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/162098
推荐阅读
相关标签
  

闽ICP备14008679号