Update changelog w/ latest features

Change-Id: I81ce7cd2ff7714bcbc967903ae1cdcc15d6f3ed0
(cherry picked from commit 01badde01543d4b36915b6bdf1896a8b6325897d)
1 file changed
tree: d49decd7566e937e43bd2cb2c65df0d9a0a194b2
  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