mac에서 구동 성공

HYUN JUN YOOK·2023년 1월 16일
0
bazel run --define MEDIAPIPE_DISABLE_GPU=1 \
    mediapipe/examples/desktop/hello_world:hello_world

zzz 맥북에서 빌드 성공했다 근데 아이맥에서 왜 실패했지?
터미널 히스토리 남긴다 아이맥에서도 돌려야한다 우연으로 성공하는것은 안좋다

yook@yookui-MacBookAir mediapipe % history   
  110  pyenv install 3.7.5
  111  pyenv rehash
  112  pyenv global 3.7.5
  113  pyenv local 3.7.5
  114  python --version
  115  python3 --version
  116  ls -l /usr/local/bin/python*
  117  pip install python3.75
  118  pip3 install python3.7.5
  119  pip3 install python3.7.5
  120  pip install numpy
  121  pip3 install numpy
  122  git clone https://github.com/google/mediapipe.git
  123  cd mediapipe
  124  export GLOG_logtostderr=1
  125  bazel run --define MEDIAPIPE_DISABLE_GPU=1 \\n    mediapipe/examples/desktop/hello_world:hello_world
yook@yookui-MacBookAir mediapipe % 

레퍼런스
https://medium.com/deelvin-machine-learning/how-to-build-mediapipe-on-ios-f5e4cabf47f5
https://google.github.io/mediapipe/getting_started/ios.html
https://qiita.com/ponte1010/items/13249df5dab8fadea88f

profile
매번 새로 시작하는 사람

0개의 댓글