commit | 07b0265123478691c067e4efb048e8eb1c9f998c | [log] [tgz] |
---|---|---|
author | Jun Wu <wujun@google.com> | Wed Jul 17 17:32:46 2019 -0700 |
committer | Jun Wu <wujun@google.com> | Thu Jul 18 02:19:51 2019 +0000 |
tree | c713334d47ca2863a3456310f288df5fa6dc53f6 | |
parent | eece39dd188881bd87f06c3b76d33a0e4210d54b [diff] |
Update OID URL in copyright Change-Id: I21041cd8bb9007022b5a852336fac6f8b957cf94 (cherry picked from commit 0ae53fd1bff3db35d7143a5ef0b29d5df3458e7a)
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).