magritte
magritte copied to clipboard
Mediapipe-based library to redact faces from videos and images
### Resolve .bat File Conflict by Using Unique Hash in Filename on Windows This commit fixes the conflict encountered during the build process on Windows systems. The error was caused...
**Description:** While compiling a project using the following command: ``` bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH="C:\\Users\\hans9\\AppData\\Local\\Programs\\Python\\Python310\\python.exe" -s //magritte/examples/desktop:desktop_resources_folder --experimental_repo_remote_exec --copt -DBOOST_ERROR_CODE_HEADER_ONLY --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11 ``` I encountered...
when i run bazel run //magritte/examples/desktop --cxxopt='-std=c++17' --experimental_repo_remote_exec --sandbox_debug -- --resource_root_dir=$(bazel info bazel-bin --experimental_repo_remote_exec)/magritte/examples/desktop/desktop_resource_folder --graph_type=FacePixelizationOfflineCpu --input_video=/home/dell/resources/magritteTest.mp4 --output_video=/home/dell/resources in the container it gives this error ERROR: /root/.cache/bazel/_bazel_root/d5c47a48ad9e38cc04f2d26463381703/external/org_tensorflow/tensorflow/lite/delegates/gpu/gl/BUILD:239:11: Compiling tensorflow/lite/delegates/gpu/gl/gl_errors.cc failed: (Exit...
Could you provide a basic python example of how to use Magritte?
When building with docker, what `--build-arg` values should be used to set the `ARG` variables?
See https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository#setting-up-code-scanning-using-actions.