From 414f82257ba807f078581a0f21104566a4306b9d Mon Sep 17 00:00:00 2001 From: Sun Aries <281614085@qq.com> Date: Thu, 20 Oct 2022 13:12:48 +0800 Subject: [PATCH] Update README.md No target named "build" for bazel under 'coral/' --- mediapipe/examples/coral/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mediapipe/examples/coral/README.md b/mediapipe/examples/coral/README.md index 8fb0c85c5..e8f064fb5 100644 --- a/mediapipe/examples/coral/README.md +++ b/mediapipe/examples/coral/README.md @@ -54,7 +54,7 @@ bazel build \ --define MEDIAPIPE_DISABLE_GPU=1 \ --define MEDIAPIPE_EDGE_TPU=usb \ --linkopt=-l:libusb-1.0.so \ - mediapipe/examples/coral:face_detection_tpu build + mediapipe/examples/coral:face_detection_tpu # For ARM64 (e.g. Coral Dev Board) bazel build \ @@ -65,7 +65,7 @@ bazel build \ --define MEDIAPIPE_DISABLE_GPU=1 \ --define MEDIAPIPE_EDGE_TPU=usb \ --linkopt=-l:libusb-1.0.so \ - mediapipe/examples/coral:face_detection_tpu build + mediapipe/examples/coral:face_detection_tpu ``` Our Docker environment defines `${BAZEL_CPU}` value, so you can use it directly: @@ -79,7 +79,7 @@ bazel build \ --define MEDIAPIPE_DISABLE_GPU=1 \ --define MEDIAPIPE_EDGE_TPU=usb \ --linkopt=-l:libusb-1.0.so \ - mediapipe/examples/coral:face_detection_tpu build + mediapipe/examples/coral:face_detection_tpu ``` The command above is already defined in our `Makefile`, so you can simply run: