commit | 01badde01543d4b36915b6bdf1896a8b6325897d | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Thu Jan 24 14:28:57 2019 -0800 |
committer | Alex Van Damme <atv@google.com> | Thu Jan 24 14:28:57 2019 -0800 |
tree | d49decd7566e937e43bd2cb2c65df0d9a0a194b2 | |
parent | eca7d8ed560c23e2a19fe2a08ccab573c599ebf4 [diff] |
Update changelog w/ latest features Change-Id: I81ce7cd2ff7714bcbc967903ae1cdcc15d6f3ed0
Python API to run inference on image data coming from the camera.
python3 setup.py sdist python3 setup.py bdist python3 setup.py sdist_wheel
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