Rust with MediaPipe?

Hi folks. I want to use MediaPipe (pose estimation, object detection, etc.) from Rust. Has anyone done any work along these lines? Nothing I have seen on the web bodes well. MediaPipe has a C++ API, among others, but no Rust binding that I can see. And I am a bit uncertain about whether the app would need to be built with Bazel, because MediaPipe is

The following looks like an attempt at creating a Rust bridge to MediaPipe, and an example app that uses it. But it looks like they didn't get very far and there has been no activity in the last year.

I don't have experience with MediaPipe APIs, or Bazel, or with creating Rust bindings for C++ libraries, so I'm looking for any guidance from anyone who has looked at this. Thanks.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.