Project import generated by Copybara.

PiperOrigin-RevId: 263889205
This commit is contained in:
MediaPipe Team
2019-08-16 18:56:48 -07:00
committed by jqtang
parent dc40414468
commit 294687295d
443 changed files with 33160 additions and 2011 deletions
+3 -3
View File
@@ -23,8 +23,8 @@ To build and run the TensorFlow example on desktop, run:
# Note that this command also builds TensorFlow targets from scratch, it may
# take a long time (e.g., up to 30 mins) to build for the first time.
$ bazel build -c opt \
--define 'MEDIAPIPE_DISABLE_GPU=1' \
--define 'no_aws_support=true' \
--define MEDIAPIPE_DISABLE_GPU=1 \
--define no_aws_support=true \
mediapipe/examples/desktop/object_detection:object_detection_tensorflow
# It should print:
@@ -189,7 +189,7 @@ node {
To build and run the TensorFlow Lite example on desktop, run:
```bash
$ bazel build -c opt --define 'MEDIAPIPE_DISABLE_GPU=1' \
$ bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 \
mediapipe/examples/desktop/object_detection:object_detection_tflite
# It should print: