commit | dc681f2291692208a977d83e79f42c37b9554320 | [log] [tgz] |
---|---|---|
author | Jonas Larsson <ljonas@google.com> | Thu Aug 15 11:06:21 2019 -0700 |
committer | Jonas Larsson <ljonas@google.com> | Wed Sep 25 13:06:47 2019 -0700 |
tree | c8dbc4f583b1d394649e82cdb57e130970d60617 | |
parent | 46802fab173739ff803ffb0a958ddbba30d16c05 [diff] |
Call detect_with_input_tensor instead of DetectWithInputTensor DetectWithInputTensor is deprecated and generates a warning each inference. Change-Id: I1dc0d85a4428912e99033ec0a76612073bde3a5b
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