Files
ISISeg/工程分析/需求分析-2026-05-18-21-20-13.md

18 lines
718 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 需求分析
开始时间2026-05-18-21-20-13
## 用户问题
用户反馈:第 25、55、70 帧的右侧结果视频仍然感觉和左侧原始视频不匹配。
## 判断
上一版为了解决关键帧附近“空白”问题,在完整 6 秒结果视频中复用了最近一次分割掩膜。这个策略能避免纯原图,但会把旧掩膜套到后续运动帧上;当导丝位置变化明显时,结果就会出现视觉错位。
## 期望
- 右侧结果视频仍保持与原始视频同一时长、同一时间轴。
- 右侧视频的每一帧都应使用当前帧自身的分割结果,而不是复用旧掩膜。
- 下方结果卡片仍只保留抽样关键帧,避免界面过多图片。