텐서플로우(Tensorflow) 안드로이드 카메라 예제 빌드해보기 ## 텐서플로우 안드로이드 카메라 예제 빌드하기 ## 텐서플로우 파일 다운로드 $ cd /home/tensorflow $ git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git ## 바젤 다운받아서 설치 (스크롤 내려서 버전 맞는거 선택) # https://github.com/bazelbuild/bazel/releases $ chmod +x bazel-0.4.5-installer-linux-x86_64.sh $ ./bazel-0.4.5-installer-linux-x86_64.sh --user ## 그럼 bin 폴더가 생성됩니다.## PATH 를 설정합니다. $ vi ~/.bashrc $ export PATH:$PATH:/h.. 이전 1 다음