Advertisement
Guest User

AwesomeConfigurations2

a guest
Feb 27th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "AwesomeBuildTask",
  6. "type": "shell",
  7. "command" : "bazel build -c dbg --copt -DMESA_EGL_NO_X11_HEADERS mediapipe/examples/desktop/multi_hand_tracking:multi_hand_tracking_gpu",
  8.  
  9.  
  10. //"command": "bazel build :example -c dbg",
  11. // "windows": {
  12. // "command": "bazel build :example --experimental_enable_runfiles -c dbg"
  13. // },
  14. // "osx": {
  15. // "command": "bazel build :example -c dbg --spawn_strategy=standalone",
  16. // },
  17. // "linux":{
  18.  
  19. // },
  20. "group": {
  21. "kind": "build",
  22. "isDefault": true
  23. },
  24. }
  25. ]
  26. }
  27.  
  28.  
  29. // bazel build -c opt --copt -DMESA_EGL_NO_X11_HEADERS \
  30. // mediapipe/examples/desktop/multi_hand_tracking:multi_hand_tracking_gpu
  31.  
  32.  
  33. // $ GLOG_logtostderr=1 bazel-bin/mediapipe/examples/desktop/multi_hand_tracking/multi_hand_tracking_gpu \
  34. // --calculator_graph_config_file=mediapipe/graphs/hand_tracking/multi_hand_tracking_mobile.pbtxt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement