Revert "Call detect_with_input_tensor instead of DetectWithInputTensor"

4.14.98 now points to release-diploria which doesn't have
detect_with_input_tensor and DetectWithInputTensor isn't
yet deprecated.

This reverts commit a2d93726b68c843bcdaf24119830a23611752338.

Change-Id: I5965922435f6dd7478fab3c5adeedf899a92bf54
1 file changed
tree: 68c7c62b2e962350d55dc1d30d2936b2f291971e
  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