dataplayer12 / homesecurity

Security camera with Raspberry pi and NVIDIA Jetson platforms
MIT License
179 stars 52 forks source link

Tf error #20

Closed flaryx32 closed 2 years ago

flaryx32 commented 2 years ago

~/homesecurity$ bash launch.sh bash: launch.sh#!/bin/bash: No such file or directory Traceback (most recent call last): File "jetsonano/securitycamnano.py", line 11, in from file_managernano import FileManagerThread, FileCleanerThread, counter File "/home/flaryx32/homesecurity/jetsonano/file_managernano.py", line 6, in import human_detect as hd File "/home/flaryx32/homesecurity/human_detection/human_detect.py", line 63, in odapi = DetectorAPI(path_to_ckpt=model_path) File "/home/flaryx32/homesecurity/human_detection/human_detect.py", line 17, in init od_graph_def = tf.GraphDef() AttributeError: module 'tensorflow' has no attribute 'GraphDef'

dataplayer12 commented 2 years ago

Let me know if you face any other issues. This project supports tensorflow 1.x I might update the project over the holidays to be more modern.