Marino von Wattenwyl
Marino von Wattenwyl
Possible cause: My camera isn't calibrated, so the calibration can't be loaded. This leads to a camera FOV of zero, which seems to corrupt further calculations (example: the normals of...
That's weird, it should at least print an error message. Is `clang-cl` installed on your system?
To check if `clang-cl` is installed, open PowerShell and enter `Get-Command clang-cl`. This should print the path to `clang-cl.exe`.
I think `build-x86_64-linux.sh` should also work when building on an ARM64 machine (except that the build directory would be `libmediapipe--x86_64-linux` instead of `libmediapipe--aarch64-linux`).
Sorry for the late response, I've been busy with other projects... I'm actually not sure what is happening here. Could you tell me what graph you are using so I...
It wasn't me who picked the license, but I guess the GPLv3 was chosen because this is the license we use for all our open source projects, and also because...