EdjeElectronics / TensorFlow-Object-Detection-on-the-Raspberry-Pi

A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi
Apache License 2.0
1.14k stars 365 forks source link

Tensorflow Object Detection on the Raspberry Zero? #28

Open leotardo opened 5 years ago

leotardo commented 5 years ago

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

aalbinati commented 3 years ago

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