commit | c0abb6a246147b27f13564f52ca031d65beff504 | [log] [tgz] |
---|---|---|
author | Weiran Zhao <weiranzhao@google.com> | Fri Jul 19 17:11:46 2019 -0700 |
committer | Weiran Zhao <weiranzhao@google.com> | Sat Jul 20 00:53:22 2019 +0000 |
tree | 9b63e7ea2016be25e18f3d58e936b65b4b3b419b | |
parent | 5b289d0bb4d33aea02bbd6f563858a134e9c0499 [diff] |
Bump num_inference from 10 to 2000 Change-Id: Iad29b917c9d7e9c286f675cf1dc4a2bc67f0cf5a (cherry picked from commit d2a8fa9eaaafc995325d72afcbb605301fc5d1ef)
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).