Remove demo script from edgetpuvision.

It will be packaged separately along with .tflite model files,
label file, and video file.

Change-Id: I7166bd2993a19d10a267f55e08eb478d3fa1910e
2 files changed
tree: 31ca46e8582706af7d8ba6488f9f1f1a04de666d
  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