TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

Tensorflow Object Detection on the Raspberry Zero?

Open leotardo opened this issue 6 years ago • 1 comments
trafficstars

hi i have the same Problem with my Pi zero, When i write the command "python3 Object_detection_picamera.py" i became follow error: "illegal Instruction"

i tested on my Pi 3 and it works fine!

please how can i fix it... i need that for my project at the university.

screenshot 2019-01-15 at 02 00 53

thanks

leotardo avatar Jan 15 '19 22:01 leotardo

That's because this version was compiled for armv7 and you have armv6. You should use a armv6 tensorflow version

aalbinati avatar May 12 '21 22:05 aalbinati