commit | b72611f37f94dc8889109886c59e0b79bf3b46da | [log] [tgz] |
---|---|---|
author | Weiran Zhao <weiranzhao@google.com> | Thu Jul 18 14:32:12 2019 -0700 |
committer | Weiran Zhao <weiranzhao@google.com> | Thu Jul 18 21:37:41 2019 +0000 |
tree | 2aa92bb45954fab1fc3da7823ecd09e1c81df6cd | |
parent | 07b0265123478691c067e4efb048e8eb1c9f998c [diff] |
Update edgetpu compiler Updated to version 2.0.258810407 Change-Id: Iebdc4066434dcb509f1d6b260dff2e401f4a5b7a (cherry picked from commit cec2df520beaf49057f44be2c19c32eed4fbdcdc)
This repository contains an easy-to-use Python API to work with Coral devices:
You can run inference and do transfer learning.
Sync the source code as per the Mendel get started guide.
cd packages/edgetpu/
./build_package.sh
tar xzf edgetpu_api_<version>.tar.gz
cd edgetpu_api/
sudo ./install.sh
Now check for the installed library at /usr/local/lib/python3.6/dist-packages/edgetpu/
If it seems the library did not update compared to an older version you had installed, then run the uninstall.sh
script and then rerun install.sh
(it probably skipped installing the new library because the version number hasn't been updated yet).