1 回答
- 最新
- 投票最多
- 评论最多
0
Hi,
Yes, detections are generally not output for every frame, so if you are rendering boxes on top of frames, you will need to add some persistence logic. The simplest approach is to render all the boxes for a given output timestamp at once, and leave them drawn until the next timestamp, and then do a full redraw. Another approach is to interpolate (tween) between boxes for upcomming timestamps. You can use the person ID field for this.
The Rekognition video console demonstrates examples of these approaches.
Hope this helps,
Jonathan
相关内容
- AWS 官方已更新 3 个月前
- AWS 官方已更新 4 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前