two_person_interact_eval,类人生物碰撞检测,实现物理合理的人际互动#4737
Closed
sda-57 wants to merge 3 commits into
Closed
Conversation
Member
|
缺少相应模块和运行说明。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修改概述:
实现同一场景下双人简单运动交互,核心需求为支撑行走、握手、避让等基础交互动作,且保证运动逻辑符合物理规则。修改内容:新增 phc/interaction/two_person_simple_interact.py:
实现双人运动协同逻辑,支持按时间轴同步 / 异步触发简单交互动作;
兼容不同体型类人生物(复用之前多体型参数),适配男女不同身体比例的交互姿态;
关联关键点模拟器,确保双人姿态匹配 MeTRAbs 检测结果。
验证结果:
同场景下双人行走 / 握手 / 避让动作流畅,无姿态穿模;
修改的详细描述
经过了什么样的测试?
运行效果
动图、视频、截图等
QQ20251227-132913.mp4