I ran just the first two lines of the sample:
from jetbot import ObjectDetector
model = ObjectDetector('ssd_mobilenet_v2_coco.engine')
and netted this error:
[TensorRT] WARNING: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/jetbot-0.3.0-py3.6.egg/jetbot/tensorrt_model.py", line 136, in destroy
self.runtime.destroy()
AttributeError: 'tensorrt.tensorrt.Runtime' object has no attribute 'destroy'
What do you think is the cause of this error?