Saif Ur Rahman

Results 3 comments of Saif Ur Rahman

Tried this workaround: ```bash $ LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0 python3 Object_detection_picamera.py --usbcam ``` Getting a new error now: ``` Traceback (most recent call last): File "Object_detection_picamera.py", line 27, in import tensorflow as tf...

> > Tried this workaround: > > ```shell > > $ LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0 python3 Object_detection_picamera.py --usbcam > > ``` > > > > > > Getting a new error now: >...