commit | f2a14a60553c32957c135306e1b9fc9aa337103f | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Wed Nov 13 12:37:09 2019 -0800 |
committer | Scott Main <smain@google.com> | Wed Nov 13 12:37:09 2019 -0800 |
tree | af14cdae056b4149bbeb986106927fbcbd10ed9e | |
parent | fe37f1366bb1ef5296108306c74e2292b8fc4341 [diff] |
update coral website url Change-Id: I0a15b5a64ec970c3a5d0b148651a6f5e5c9b1efa
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