commit | 2e85f71c73e5e5e53a7e19c306f35f35b1220ec5 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Tue Jul 14 10:32:01 2020 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Thu Jul 16 13:16:30 2020 -0700 |
tree | 9ffd66ed6f6a7ba0bc8c1fac28e0435ddfde2228 | |
parent | ca709e7dcd9fe852539ecbae79343b89402981ae [diff] |
Enable gl plugins Enable gl plugin {glbox, glsvgoverlay*} elements. Sync the implementation to the coral/pacakges/edgetpuvision repo. glsvgoverlay* element failed on the IS_DMABUF check (b/161188385) glbox works and is used in the pipeline for scaling and colorconversion Update the detection bbox drawing to match the glbox behavior Change-Id: I2f4036c052f887e1626f33cdadca57cee594a9c1
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