commit | 9cc06dbc15afdc121ea3791c9ccd819e4f18cc72 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Fri Feb 22 13:57:19 2019 -0800 |
committer | Alex Van Damme <atv@google.com> | Tue Feb 26 11:36:04 2019 -0800 |
tree | 22b66235b92f404097540c5d76de478f88a6db03 | |
parent | be3e3862df4767c24b11052afb1bcd3e593f0e80 [diff] |
Update changelog for 1.3-1 Change-Id: I490ca244742a1d08704a50b9f55fd324733eddee
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