From e926f3ab37c6577d69208c29d28f87f095fa724d Mon Sep 17 00:00:00 2001 From: Christoph Niederberger <83065859+christoph-nimagna@users.noreply.github.com> Date: Tue, 11 Jan 2022 12:12:39 +0100 Subject: [PATCH] Update README.md --- mediapipe/pose_tracking_dll/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mediapipe/pose_tracking_dll/README.md b/mediapipe/pose_tracking_dll/README.md index 0946f8c98..8505ea0a8 100644 --- a/mediapipe/pose_tracking_dll/README.md +++ b/mediapipe/pose_tracking_dll/README.md @@ -63,9 +63,10 @@ Install Mediapipe development environment as follows. ) ``` -#### OpenCV side note +#### Installation/build issue handling -If you are using a different OpenCV version, adapt the `OPENCV_VERSION` variable in the file `mediapipe/external/opencv_.BUILD` to the one installed in the system (https://github.com/google/mediapipe/issues/1926#issuecomment-825874197). +- If you are using a **different OpenCV version**, adapt the `OPENCV_VERSION` variable in the file `mediapipe/external/opencv_.BUILD` to the one installed in the system (https://github.com/google/mediapipe/issues/1926#issuecomment-825874197). +- If bazel fails to download packages, run `bazel clean --expunge` and try again. ## How to build Assuming you're in `MEDIAPIPEDIR`, the root of the repository, run the following commands by replacing `PYTHONDIR` using forward slashes "/" in the path: