Files
mediapipe/mediapipe/docs/face_detection_coral_devboard.md
T
MediaPipe Teamandmgyong 37287925b0 Project import generated by Copybara.
GitOrigin-RevId: ba1d851bc868c2f8037a6fa96ee90e4b8ab9bd40
2019-11-21 14:10:52 -08:00

1.3 KiB

Face Detection on Coral with Webcam

MediaPipe is able to run cross platform across device types like desktop, mobile and edge devices. Here is an example of running MediaPipe face detection pipeline on edge device like Google Coral dev board with Edge TPU. This MediaPipe Coral face detection pipeline is running coral specific quantized version of the MediaPipe face detection TFLite model accelerated on Edge TPU.

Cross compilation of MediaPipe Coral binaries in Docker

We recommend building the MediaPipe binaries not on the edge device due to limited compute resulting in long build times. Instead, we will build MediaPipe binaries using Docker containers on a more powerful host machine. For step by step details of cross compiling and running MediaPipe binaries on Coral dev board, please refer to README.md in MediaPipe Coral example folder.

Face Detection running on Coral