commit | f667506e7e32fc02e83d16cfea4fd3261573f52d | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Fri Apr 05 13:38:50 2019 -0700 |
committer | Alex Van Damme <atv@google.com> | Fri Apr 05 13:58:44 2019 -0700 |
tree | de8ccb2e2dc6c555452df8a41b179183c7b68dd8 | |
parent | fd339d4c7efcbe31fcac4c1ab76404596b211b6e [diff] |
Lintian cleanups Change-Id: I10f00a46be51bf85d4a7917b114a5a577aa105b5
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