텐서플로우(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.. 카페2(caffe2) AICamera 예제 정리 Deep Learning관련해서 요즘 많은 이야기로 핫해서 그런지 우리 윗분도 궁금하셔서인지 관련있는 caffe2를 보자고 하셨다. 지시사항으로 caffe2 AICamera 예제를 Android 빌드하여 일반 스마트폰으로 테스트 가능하도록 하는 것이었다. 삽질을 많이 했지만 성공했으므로 간단히 요약해서 정리한다. 다시 caffe2를 하는 일이 있을지 모르겠군... ## java 설치 (필요시 설치) $ apt-cache search jdk ## 설치 $ sudo apt-get autoremove openjdk-7-jdk ## 삭제 $ apt-get update ## AICamera 예제 설치 $ git clone https://github.com/bwasti/AICamera.git $ cd AICamer.. 이전 1 2 다음