Use classify_with_input_tensor instead of ClassifyWithInputTensor

ClassifyWithInputTensor is deprecated and prints a warning every inference.

Change-Id: Ibf6b8cba1ceb9592a4716a0d892ce511238e939a
1 file changed
tree: 41ae00f74416c33422b99e78ffed4e135b8d8f3c
  1. debian/
  2. edgetpuvision/
  3. .gitignore
  4. MANIFEST.in
  5. README.md
  6. setup.py
  7. stdeb.cfg
README.md

edgetpuvision

Python API to run inference on image data coming from the camera.

Build

python3 setup.py sdist python3 setup.py bdist python3 setup.py sdist_wheel

Debian pacakge

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