TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
Correction in command to run the video detection model
trafficstars
Replace: python TFLite_detection_image.py --modeldir=TFLite_model --video='birdy.mp4' with: python TFLite_detection_video.py --modeldir=TFLite_model --video='birdy.mp4'