mediapipe-rs
mediapipe-rs copied to clipboard
The Google mediapipe AI library. Write AI inference applications for image recognition, text classification, audio / video processing and more, in Rust and run them in the secure WasmEdge sandbox. Zer...
rust version: rustc 1.77.1 (7cf61ebde 2024-03-27) rustup default :stable-x86_64-unknown-linux-gnu (default) wasmedge version 0.13.5 OS: ubuntu 22.04 After cloning the code from github, I run the command as follow: `cargo run...
Integrated WasmEdge FFmpeg Plugin. The Plugin supports Audio and Video Processing. https://github.com/Hrushi20/rust-ffmpeg While using the Plugin, you may get some [FFmpeg warning](https://superuser.com/a/1273941). The warning can be ignored. The warning can...
This PR adds the Face Landmark task #7 . The handling of `output_face_blendshapes` and `output_facial_transformation_matrixes` is still missing.
``` [23:13:29] [~/Workspaces/rust/wasm/mediapipe-rs] git(main) ❱❱❱ cargo run --release --example image_classification -- ./assets/models/image_classification/efficientnet_lite0_fp32.tflite ./assets/testdata/img/burger.jpg Compiling autocfg v1.2.0 Compiling libm v0.2.8 Compiling bytemuck v1.15.0 Compiling cfg-if v1.0.0 Compiling proc-macro2 v1.0.79 Compiling bitflags...
Is face mesh going to be implemented at some point?
Hello! Will there be support for the Pose Landmark Detection model in the future? Or is there some reason why it is not supported?