Switch to native glbox implementation

Not loading Python
- lower memory footprint for native apps
- faster process loads

On Excelsior pyopengl also have compatibility issues, this
effectively works around those.

Bug: 168133392
Change-Id: I6d6f8d94a4a6ca06f06c03f7b5462f595ddbb182
7 files changed
tree: dc61a242f7aef0e9a81fa4c9d0d237a00d760962
  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