Skip to content

feat(postprocess): 按脚线与本体中心挑出站位偏离全序列的帧 - #396

Open
johnnyzhang-eng wants to merge 2 commits into
1024XEngineer:mainfrom
johnnyzhang-eng:feat/flag-drifted-frames
Open

feat(postprocess): 按脚线与本体中心挑出站位偏离全序列的帧#396
johnnyzhang-eng wants to merge 2 commits into
1024XEngineer:mainfrom
johnnyzhang-eng:feat/flag-drifted-frames

Conversation

@johnnyzhang-eng

Copy link
Copy Markdown
Contributor

Closes #395

motion_scale / dead_frames / loop_seam 量的都是整段或相邻帧,单帧生成坏了三个数全部正常。这条补一个逐帧站位读数:脚底线与本体横向中心,相对全序列中位数判离群。

只出纯函数与测试,不接进 ActionQuality——ports/__init__.py 上有 #321 / #322 / #324 三个在飞 PR,接线那 6 行等它们落地再补。

归档 58 段真实序列跑完只报出一段(斧战士第 10 帧,本体中心 171,邻居 137 与 144)。后端 900 项本地通过。

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
windup Ignored Ignored Preview Aug 18, 2026 8:58am

@johnnyzhang-eng johnnyzhang-eng self-assigned this Aug 18, 2026
@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.00000% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ai_engine/src/windup_ai_engine/postprocess/pack.py 90.00% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

@fennoai fennoai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review conclusion

逐帧脚线/本体中心的整体方向符合 #395,但当前除趋势方式会在较快的匀速横移上误报端点,透明但可解码的缺主体帧也会被直接忽略。已检查完整固定 diff、调用侧空帧校验与新增测试;py_compilegit diff --check 通过。环境未安装 uv/pytest,因此未运行 pytest 套件。

Comment thread backend/packages/ai_engine/src/windup_ai_engine/postprocess/pack.py Outdated
Comment thread backend/packages/ai_engine/src/windup_ai_engine/postprocess/pack.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

缺一个逐帧站位读数:单帧生成坏了现有三个成色指标都看不见

1 participant