如何使用MediaPipe检测多人姿势估计?

发布于 2025-02-01 10:23:56 字数 73 浏览 5 评论 0原文

我想使用MediaPipe进行视频录像中的多人构成构成估计。但是使用MediaPipe我不能为多个人做。有解决这个问题的解决方案吗?

I want to use mediapipe for pose estimation for multiple person in video footage. But using mediapipe I cant do it for multiple person. Any solution for this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铁憨憨 2025-02-08 10:23:56

您可以首先检测图像中的人员(例如使用猪功能,或Yolo),然后提取包含一个人的每个区域并将其用作MediaPipe的输入。

不要忘记调整点参考,因为MediaPipe输出将与瓷砖段相关,而与原始图像无关。

2023年12月的加盖件:

您还可以检查为这些目的而专门调整的Yolo-NAS。

You can first detect the persons in the image (using HOG features for example, or YOLO) then you extract each of the areas that contain a person and use them as inputs for MediaPipe.

Do not forget to adjust the points reference since MediaPipe output will be related with the tiled segment and not with the original image.

Addittion in December 2023:

You can also check YOLO-NAS that is specifically tuned for these purposes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文