pip install opencv-python
pip install tensorflow
pip install keyboard
python object_detection_tflite.py --modeldir=model
- https://youtu.be/aimSGOAUI8Y
- tflite object detection overview: https://www.tensorflow.org/lite/examples/object_detection/overview
- tflite pretrained object detection models: https://tfhub.dev/s?deployment-format=lite&module-type=image-object-detection&tf-version=tf2