commit | a871046d709b67554e15e97c24a8e87d994c5bed | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Tue Nov 12 12:35:28 2019 -0800 |
committer | Cindy Liu <hcindyl@google.com> | Tue Nov 12 12:35:28 2019 -0800 |
tree | d35ca833d2cac8054d2082d6907b7024d27545a0 | |
parent | 432dd7196024358cd704932803b11f56827264e3 [diff] |
Enable python-edgetpuvision camera pipeline support Test: edgetpu_detect --model=/home/mendel/mobilenet_ssd_v2_face_quant_postprocess_edgetpu.tflite Result at https://drive.google.com/file/d/11f7n5_mDwZXi5R21NcCrmwk8IKDTXyg2 Change-Id: Ie2173103b64357e5a554f3599bb56ae11eff18c1
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