Running launch.sh and returning errors in logs
See original GitHub issueI have been installing and updating dependencies on my rasberry pi, when I run the project ($ ./launch.sh), I get the following messages in the log file. Can you please share ideas on how to resolve? Thanks in advance
`2020-11-28 20:46:43.196164: 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
Traceback (most recent call last):
File “raspi3/securitycam.py”, line 10, in <module> from file_manager import FileManagerThread, FileCleanerThread, counter
File “/home/pi/projects/homesecurity/raspi3/file_manager.py”, line 6, in <module> import human_detect as hd
File “/home/pi/projects/homesecurity/raspi3/human_detect.py”, line 62, in <module> odapi = DetectorAPI(path_to_ckpt=model_path)
File “/home/pi/projects/homesecurity/raspi3/human_detect.py”, line 18, in init serialized_graph = fid.read()
File “/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/lib/io/file_io.py”, line 122, in read self._preread_check()
File “/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/lib/io/file_io.py”, line 84, in _preread_check compat.as_bytes(self.__name), 1024 * 512) tensorflow.python.framework.errors_impl.NotFoundError: ssd_mobilenet_v1_coco_2017_11_17/frozen_inference_graph.pb; No such file or directory`
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Okay working now. Had to enable access from google, as well as update firmware. Working like a charm now! Thank you
Great that it works now. Good luck!