File "jetsontx2/tx2_surveillance.py", line 150, in
main()
File "jetsontx2/tx2_surveillance.py", line 125, in main
trt_graph = load_trt_pb(pb_path)
File "/home/vondalej/homesecurity/jetsontx2/utils/od_utils.py", line 28, in load_trt_pb
trt_graph_def.ParseFromString(pf.read())
File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/lib/io/file_io.py", line 122, in read
self._preread_check()
File "/usr/local/lib/python3.6/dist-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: ./human_detection/ssd_mobilenet_v1_coco_trt.pb; No such file or directory
FATAL: exception not rethrown
Looks like the model is missing.
File "jetsontx2/tx2_surveillance.py", line 150, in
main()
File "jetsontx2/tx2_surveillance.py", line 125, in main
trt_graph = load_trt_pb(pb_path)
File "/home/vondalej/homesecurity/jetsontx2/utils/od_utils.py", line 28, in load_trt_pb
trt_graph_def.ParseFromString(pf.read())
File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/lib/io/file_io.py", line 122, in read
self._preread_check()
File "/usr/local/lib/python3.6/dist-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: ./human_detection/ssd_mobilenet_v1_coco_trt.pb; No such file or directory
FATAL: exception not rethrown