~/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'
~/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'