如何将 mediapipe 的姿势跟踪集成到现有的 Visual Studio C 中项目?
我必须承认,在构建系统方面我是一个新手。到目前为止,我已经成功在 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 文件形式的输出没有给我输出。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论