Skip to content

Try to reproduce mediapipe with OpenCV_lite and MNN.

Notifications You must be signed in to change notification settings

zihaomu/mediapipe_cmake

Repository files navigation

mediapipe_cmake

Try to reproduce google mediapipe project with CMake and OpenCV_lite + modified MNN. And I will try my best to achieve the same performance as the native mediapipe.

Try to combine the opencv_lite project and mnn project, and run every thing with script.

How to use this project?

1st : clone this project and opencv_lite.

git clone https://github.com/zihaomu/opencv_lite.git
git clone https://github.com/zihaomu/mediapipe_cmake.git

2nd: build opencv_lite from scratch.

I have sliced the MNN source code and integrate it to opencv_lite source code. So, just build opencv_lite from scratch.

cd opencv_lite
mkdir build
cmake ..
make -j4

3rd: set the right opencv_lite build path at CMakeList.txt.

Please take a look the 10th line code of mediapipe_cmake/CMakeLists.txt. And build the right target demo, and it should work fine.

About

Try to reproduce mediapipe with OpenCV_lite and MNN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages