Update wrappers to fix multi-thread bug in Python

Change-Id: I7b070e11c352695d4643370b9a58a788af853182
(cherry picked from commit 27ca5e19680b4877fbf2726658c85045a375fbb7)
4 files changed
tree: 3092fe8c1d577b7ea392457fbf5d8f5134175a0e
  1. benchmarks/
  2. compiler/
  3. debian/
  4. docs/
  5. edgetpu/
  6. libedgetpu/
  7. test_data/
  8. tests/
  9. .gitignore
  10. 99-edgetpu-accelerator.rules
  11. build_package.sh
  12. CONTRIBUTING.md
  13. install.sh
  14. LICENSE
  15. MANIFEST.in
  16. qa_test.sh
  17. README.md
  18. setup.py
  19. uninstall.sh
README.md

Edge TPU Python API

This repository contains an easy-to-use Python API to work with Coral devices:

You can run inference and do transfer learning.

Build and install from source

  1. Sync the source code as per the Mendel get started guide.

  2. cd packages/edgetpu/

  3. ./build_package.sh

  4. tar xzf edgetpu_api_<version>.tar.gz

  5. cd edgetpu_api/

  6. sudo ./install.sh

  7. 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).