Update OID URL in copyright

Change-Id: I21041cd8bb9007022b5a852336fac6f8b957cf94
(cherry picked from commit 0ae53fd1bff3db35d7143a5ef0b29d5df3458e7a)
1 file changed
tree: c713334d47ca2863a3456310f288df5fa6dc53f6
  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).