Enable edgetpudemo on Excelsior

GL path doesn't work on MT8167. :( Need to reconstruct the pipeline to
avoid using GPU at all until the issue is fixed.

The first CL will only work with video file input. Need to fix other
sources in later CLs.

For some reason, the pipeline will not exit elegantly or support
looping. The use may need to run "reset" on terminal to clear the
console.

Test: edgetpu_demo --device on Excelsior

Change-Id: I77e49d01f4716117398c72c89a2df04ba150f4aa
4 files changed
tree: 2c1eeeb12fce1b2d7bae586de9dc7aaaf3a8fdbb
  1. debian/
  2. edgetpuvision/
  3. plugins/
  4. .gitignore
  5. LICENSE
  6. MANIFEST.in
  7. README.md
  8. setup.py
  9. 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