commit | eece39dd188881bd87f06c3b76d33a0e4210d54b | [log] [tgz] |
---|---|---|
author | Dmitry Kovalev <dkovalev@google.com> | Tue Jul 16 16:09:12 2019 -0700 |
committer | Weiran Zhao <weiranzhao@google.com> | Tue Jul 16 23:36:01 2019 +0000 |
tree | 6b0ced0af4df1613d47cbc5c7c3a253a43d6e757 | |
parent | 7167edf0026b7379fc0af99b896dca4a8d9ef9bc [diff] |
Update runtime libraries. All libraries now have libgcc_s.so dependency. Change-Id: I244cb4bfe39d8a083dfe978ced39ecb38ab0303e (cherry picked from commit 32e2e20a815341993c7a9728a25e8ae7e02035ba)
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).