-
Notifications
You must be signed in to change notification settings - Fork 4
AttributeError occured #5
Comments
Can you specify your environment parameters? |
ok. |
Versions look fine, I have almost same. |
I deleted the contents of the weights folder and ran it again, but got the same error. |
Hmm, it seems close to this issue. |
I solved it.
Is the version of tensorrt not right? |
I use |
ok. |
I think you can check examples in |
ok. I did.
|
By the way, do you use virtualenv for your environment? |
I think you should change permissions for the folder you are working in. |
I already tried |
I meant that for the |
ok. I've probably figured out why it didn't work.
However, there was no folder called tensorrt in /usr/local/lib/python2.7/dist-packages. So instead I ran the following command:
I think this has an effect, what do you think? Is there any way to solve it? |
Hmm, what Jetpack version are you using? I will check, maybe they dropped support for tensorrt in later vereions. Were you able to run the code linking that library? Also, are you sure that your $VIRTUAL_ENV is defined correctly(just in case)? As the result you should be able to un |
Jetpack version is 4.3. The command below could not be executed.
When I run
|
Is it easier to make the trt_yolo_ros code yolov4 compatible than to combine tkDNN and trt_yolo_ros? |
You are right. I checked on jetpack 4.4 there is no package tensorrt anymore. Let me check where it is gone =) |
It is fully written in cpp, and my code is only python, so not very easy. |
ok! Thanks! |
Hi!
Thank you for your work.
I tried:
roslaunch trt_yolo_ros demo.launch
Then such an error occurred. If you know a solution, please let me know.
Thanks!
The text was updated successfully, but these errors were encountered: