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 363 forks source link

Libmath Import Error #90

Open shahran12 opened 3 years ago

shahran12 commented 3 years ago

I am getting this error when running the script. Checked everyting and followed all steps: python3 Object_detection_picamera.py Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 File "/usr/local/lib/python3.7/dist-packages/cv2/init.py", line 5, in from .cv2 import * ImportError: libImath-2_2.so.23: cannot open shared object file: No such file or directory

LotfiT commented 2 years ago

Hello, I have a similar issue, have you found a solution yet?