Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 JeVois 相机。我之前为高性能姿势估计编写的代码,并且仅使用 cpu 使用 Mediapipe。但是,JeVois 对添加的库(如 mediapipe)不是很友好,因为它主要是 c++ 库。有谁知道是否存在依赖纯粹在 python 中的 mediapipe 版本?或者有人知道解决方法吗?
有一个仅 python 版本的媒体管道。它在文档中提到。
您可以使用安装它
pip install mediapipe
(https://pypi.org/project/mediapipe/)