如何将 mediapipe 的姿势跟踪集成到现有的 Visual Studio C 中项目?

发布于 2025-01-10 15:23:03 字数 1213 浏览 0 评论 0原文

我必须承认,在构建系统方面我是一个新手。到目前为止,我已经成功在 Windows 上构建了 hello_word 和姿势跟踪示例(一路上经历了很多困难) https://google.github.io/mediapipe/getting_started/ install.html#installing-on-windows

当然,构建这些示例为我提供了一个可执行文件,我无法将其集成到另一个项目中。

我想做的是将 mediapipe 作为 dll 或类似的东西,这样我就可以向框架传递图像并获得关节坐标作为回报,理想情况下。有人能指出我正确的方向吗?

我将使用这个姿势跟踪项目

https://github .com/google/mediapipe/tree/master/mediapipe/examples/desktop/pose_tracking

https://github.com/google/mediapipe 在 Visual Studio 2019 中用 C++ 语言编写,用于 C# 的另一个项目。我根据文档说明在 Windows 10 中通过 Bazel 构建了它,并输出了一个 file.exe 给我的文件 我无法在 Visual Studio 2019 中使用 .cc 格式的源代码 我想帮助我如何编译我通过其编译的项目Bazel 我可以在 Visual Studio 中使用。 我找到了以下链接,但不幸的是,C ++ 中 sln project 2019 文件形式的输出没有给我输出。

是否可以构建代码在 Visual Studio 中使用 Bazel?

I must admit that I am quite a newb when it comes to build systems. So far I've managed to build the hello_word and the Pose Tracking examples on Windows (going through quite a few hoops along the way)
https://google.github.io/mediapipe/getting_started/install.html#installing-on-windows

Of course, building those examples gives me an executable, which I can't integrate in another project.

What I'd like to do is have mediapipe as a dll or something similar so I can pass the framework an image and get joint coordinates in return, ideally. Can someone point me in the right direction?

I am going to use this Pose Tracking project

https://github.com/google/mediapipe/tree/master/mediapipe/examples/desktop/pose_tracking

https://github.com/google/mediapipe
written in C ++ language in Visual Studio 2019 for another project in C #. I built it through Bazel in Windows 10 according to the document instructions and output a file.exe gave me I can not use this source code in .cc format in Visual Studio 2019 I wanted to help me how can I compile projects that I compile through Bazel I can use in Visual Studio.
I found the following links but unfortunately the output which is in the form of sln project 2019 file in C ++ did not give me output.

Is is possible to build codes using Bazel in Visual Studio?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文