libmediapipe icon indicating copy to clipboard operation
libmediapipe copied to clipboard

C API for Google's MediaPipe framework

Results 7 libmediapipe issues
Sort by recently updated
recently updated
newest added

I tried to run sh script (build-x86_64-windows.sh) on windows, but it just exits without any error at he beginning of script: $ ./build-x86_64-windows.sh --version v0.8.11 --config release --opencv_dir ../opencv/build --------------------------------...

Hi! I'm implementing face landmark detector in C++ and have problems trying to set "min_score_thresh" value using: ``` mp_add_option_float(builder, "facedetectionshortrangecpu__facedetectionshortrange__facedetection__TensorsToDetectionsCalculator", "min_score_thresh", min_score_thresh); ``` It fails with the following message: ![image](https://github.com/cpvrlab/libmediapipe/assets/11507146/4e6b6860-0275-4631-ab1f-57a823c9299d)...

how to compile arm64-linux version ?

I'm using fedora 40 and I installed all the dependencies The error I'm getting `ERROR: /home/vishalahirwar/.cache/bazel/_bazel_vishalahirwar/dbbac8821b8211cc41bb4f6f8e43ad32/external/flatbuffers/src/BUILD.bazel:34:11: Compiling src/bfbs_gen_lua.cpp [for host] failed: (Exit 1): gcc failed: error executing command /usr/bin/gcc -U_FORTIFY_SOURCE...

Hi Thanks for the mediapipe lib, i had successfuly build the library and integrated it in my project, i am also able to run your example. In my project i...

The project is licensed under GPL v3. This requires any software built on it to also be GPL v3 licensed which can cause some problems. Curious if this was intentional...