Closed SJTUJory closed 5 years ago
Hey there, I just ran into this issue as well... what did you do to resolve the issue?
@SJTUJory I get same issue, could you share How to fix this Thanks
@hungnm2014 On my end, I narrowed it down to a version issue with TensorRT. I documented it in issue https://github.com/NVIDIA-AI-IOT/jetbot/issues/126.
Is there any solution? I have the same issue,too.
I'm a n00b with this robot but it looks like ssd_mobilenet_v2_coco.engine may need to be recompiled for TensorRT 5.1.6.1. However that's done :) It complains about a versioning problem. Unfortunately the issue was apparently rectified and closed by one guy without giving much detail.
I have the same problem, any idea? I have read issue #126 but I don't find an answer, may be I am not undertanding it.
I have the same problem too. is there any solution? I use the SD card image.
when I run the first step,
from jetbot import ObjectDetector model=ObjectDetector('/home/jetbot/Notebooks/object_following/ssd_mobilenet_v2_coco.engine')
it told me. `--------------------------------------------------------------------------- AttributeError Traceback (most recent call last)