EdjeElectronics / TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
Apache License 2.0
1.49k stars 683 forks source link

TFLite_detection_stream.py running error #80

Open uyesad opened 3 years ago

uyesad commented 3 years ago

While i run the TFLite_detection_stream.py it shows me nonetype' object has no attribute 'copy' error.

tCode5 commented 1 month ago

OpenCV returns None when an error occurs while reading a frame from a video source. Maybe this could be a reason for why it's not working. Is there something wrong with the video file, or is it too big?