2019年9月9日月曜日

Build TensorFlow Lite on Raspberry Pi 4

TesorFlow Lite Raspberry Pi 用の libtensorflow-lite.a を作る
TensorFlowの当該のページ通りにすればよい。
他のページは見ない方が良い
About 40 minutes.

Build TensorFlow Lite for Raspberry Pi

cd ~/prj
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow
./tensorflow/lite/tools/make/download_dependencies.sh
./tensorflow/lite/tools/make/build_rpi_lib.sh
ls -al tensorflow/lite/tools/make/gen/rpi_armv7l/lib
   drwxr-xr-x 2 root root     4096 Sep  9 02:32 .
   drwxr-xr-x 5 root root     4096 Sep  9 02:32 ..
   -rw-r--r-- 1 root root 12164884 Sep  9 02:32 benchmark-lib.a
   -rw-r--r-- 1 root root  5796642 Sep  9 02:32 libtensorflow-lite.a

上記のページでは
tensorflow/lite/tools/make/gen/lib/rpi_armv7/libtensorflow-lite.a
ちょっと違う(笑)

Peace!!

0 件のコメント:

コメントを投稿