windows 10 + VS2019 mediapipe 配置

【Mediapipe】mediapipe在Windows 下的配置_sunnyblogs的博客-CSDN博客_mediapipe安装最近在做手势相关,需要在windows下配置mediapipe记录一下踩过的坑1.vs20192.MSYS23.bazel4.OpenCV 3.4.10参考:官方教程地址下载相关软件第一步:下载MSYS2下载地址:https://www.msys2.org/2.更新输入命令:pacman -Syu结束之后关闭MSYS2即可3. 重新打卡MSYS2 ,输入:pacman -Su4.添加MSYS2所在地址到系统环境变量5. 下载相关依赖MSYS2 没有内置https://blog.csdn.net/sunnyblogs/article/details/118891249

Bazel版本必须为4.2.1以上,否则报错

The target you are compiling requires Visual C++ build tools.
Bazel couldn't find a valid Visual C++ build tools installation on your machine.

Visual C++ build tools seems to be installed at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
But Bazel can't find the following tools:
    VCVARSALL.BAT, cl.exe, link.exe, lib.exe, ml64.exe

详见官方教程

Installation - mediapipeCross-platform, customizable ML solutions for live and streaming media.https://google.github.io/mediapipe/getting_started/install.html

------------------------------------

2022年7月31日更新

记录一下问题:

windows11 + vs2019 + mediapipe0.8.7~0.8.10的holistic编译,handtracking等可以单独编译,但facemesh无法编译;想要编译holistic则最好回退至win10.

你可能感兴趣的:(mediapipe,windows)