From 37ecba050b6faa9ae8d006c546058cd4f0c09548 Mon Sep 17 00:00:00 2001 From: Christoph Niederberger <83065859+christoph-nimagna@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:15:29 +0100 Subject: [PATCH] Fixed typo --- mediapipe/pose_tracking_dll/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/pose_tracking_dll/README.md b/mediapipe/pose_tracking_dll/README.md index c5b5482a3..6d886edcf 100644 --- a/mediapipe/pose_tracking_dll/README.md +++ b/mediapipe/pose_tracking_dll/README.md @@ -84,7 +84,7 @@ The results will be stored in the `bazel-bin\mediapipe\pose_tracking_dll` folder - If bazel fails to download packages, run `bazel clean --expunge` and try again. - If bazel fails with an `fatal error C1083: Cannot open compiler generated file: '': Invalid argument`, your [path is too long](https://stackoverflow.com/questions/34074925/vs-2015-cannot-open-compiler-generated-file-invalid-argument). Actually, it is most probably the username... - - Adapt the call to `bazel --output_base=E:\nim_output build build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH=PYTHONDIR/python.exe pose_tracking_dll:pose_tracking_cpu` where `E:\nim_output build` can be replaced with some short path where bazel will store the packages and perform the build. + - Adapt the call to `bazel --output_base=E:\nim_output build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH=PYTHONDIR/python.exe pose_tracking_dll:pose_tracking_cpu` where `E:\nim_output build` can be replaced with some short path where bazel will store the packages and perform the build. ## How to use