Created
June 9, 2020 09:42
Run FacialSearch app on GPU with Bazel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bazel run --platform_suffix=_gpu \ | |
--copt=-fdiagnostics-color=always --run_under="cd $PWD && " \ | |
-c opt --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11 \ | |
mediapipe/examples/facial_search/desktop:facial_search \ | |
-- \ | |
--calculator_graph_config_file=mediapipe/examples/facial_search/graphs/facial_search.pbtxt \ | |
--images_folder_path=mediapipe/examples/facial_search/images/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment