2019-11-27から1日間の記事一覧

Google Coral USB Accelerator を試す その4

TensorFlow Lite Python classification example with Pi Camera を、TPUに差し替えてためそう $ git clone https://github.com/tensorflow/examples --depth 1 $ cd examples/lite/examples/image_classification/raspberry_pi $ bash download.sh ~/models…

Google Coral USB Accelerator を試す その3

Posenet をためそう GitHub - google-coral/project-posenet: Human Pose Detection on EdgeTPU $ git clone https://github.com/google-coral/project-posenet $ cd project-posenet $ sh install_requirements.sh simple_pose.py $ python3 simple_pose.py…

Google Coral USB Accelerator を試す その2

RPI4でのセットアップメモ 冷却ファンは必須だと思います。 opencv コンパイル ありがたく従う。 Install OpenCV 4.1.2 for Raspberry Pi 3 or 4 (Raspbian Buster) · GitHub TensorFlow 2.0 インストール 配布しているので、ありがたく従う。 GitHub - PINT…