g2721
g2721
This website helped me a lot: https://blog.piwheels.org/how-to-work-out-the-missing-dependencies-for-a-python-package/
No same for me, but I found out you can use LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 python3 Object_detection_picamera.py
But then I got this here: 2020-04-13 14:03:06.554427: E tensorflow/core/platform/hadoop/hadoop_file_system.cc:132] HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory WARNING:tensorflow:From /home/pi/tensorflow1/models/research/object_detection/utils/label_map_util.py:138: The name tf.gfile.GFile is...
@lavanya5 Yeah i got it working. I guess you are running it on the console ? For me installing Pixel (the gui for raspberrys or the complete Gui) worked
Just look for install x server on pi and type startX or so to activate the gui
> HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory > WARNING:tensorflow:From /home/pi/tensorflow1/models/research/object_detection/utils/label_map_util.py:138: The name tf.gfile.GFile is deprecated. Please use tf.io.gfile.GFile instead. > > WARNING:tensorflow:From...
2 possible solutions first: you install raspbinian with gui or just install X (basically the gui), just look for raspi x server install
This issue can be closed now since it isn’t a bug