Add new edgetpuvision features.

* Better gstreamer pipelines
* Inference on image files
* Streaming from .mp4 file
* Streaming from any v4l2 source
* Switching between .tflite models in runtime
* tpudemo script
* Simplified API based on python generators

Change-Id: I95b8658977fe586ff5f595e75c84ee2e2c46756f
12 files changed
tree: da555d758f0d0b0904bd1d04150797c34069ac4f
  1. bin/
  2. debian/
  3. edgetpuvision/
  4. .gitignore
  5. MANIFEST.in
  6. README.md
  7. setup.py
  8. stdeb.cfg
README.md

edgetpuvision

Python API to run inference on image data coming from the camera.

Build

python3 setup.py sdist python3 setup.py bdist python3 setup.py sdist_wheel

Debian pacakge

Install stdeb package by running apt-get install python3-stdeb or pip3 install stdeb. Then to generate debian folder run:

python3 setup.py --command-packages=stdeb.command debianize

To build debian pacakge run:

dpkg-buildpackage -b -rfakeroot -us -uc -tc