commit | 5b289d0bb4d33aea02bbd6f563858a134e9c0499 | [log] [tgz] |
---|---|---|
author | Jun Wu <wujun@google.com> | Fri Jul 19 16:40:50 2019 -0700 |
committer | Jun Wu <wujun@google.com> | Sat Jul 20 00:52:05 2019 +0000 |
tree | 3092fe8c1d577b7ea392457fbf5d8f5134175a0e | |
parent | b72611f37f94dc8889109886c59e0b79bf3b46da [diff] |
Update wrappers to fix multi-thread bug in Python Change-Id: I7b070e11c352695d4643370b9a58a788af853182 (cherry picked from commit 27ca5e19680b4877fbf2726658c85045a375fbb7)
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).