day: Cut for the Day release

Change-Id: Ia2b33c9d533ff38ca0418840df9d18b23c4a0882
(cherry picked from commit ef79c820b561a6ad2849baf66a55fd5c73989622)
1 file changed
tree: c7ffc035f5bfb7472d34b4ce33ccce4723ddaf00
  1. debian/
  2. edgetpuvision/
  3. plugins/
  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