Open Jim0530 opened 2 years ago
I saw ur update this morning How should I set the Explicit Batch? Thank you
I saw ur update this morning How should I set the Explicit Batch? Thank you
Thanks a lot!
I got an error Attribute error "tensorrt.tensorrt.Builder" has no attribute "build serialized network" I guess that's due to the different version of tensorrt am I right? (I am using Tensorrt 7.1.3 now)
I got an error Attribute error "tensorrt.tensorrt.Builder" has no attribute "build serialized network" I guess that's due to the different version of tensorrt am I right? (I am using Tensorrt 7.1.3 now)
try 8.2
Works for me thanks
Using yolov5n-0.5.pt on Jetson Nano and Get about 5 fps And I try to use tensorRT So I first using models/export.py and torch2tensorrt/main.py to do inference And I get some questions
- When building engine it took about 5 or 6 minutes?
- What can I do for the .trt file? Can I load a model via .trt
- It took 70s to inference a picture
Is there any implements details that I missed? Thank u sincerely if u can help me out!
Hello, regarding the yolov5-face project. Did you finally succeed in reasoning about the tensorrt-accelerated .engine model on Jetsonnano? If so, how was it implemented? Thank you!
Using yolov5n-0.5.pt on Jetson Nano and Get about 5 fps And I try to use tensorRT So I first using models/export.py and torch2tensorrt/main.py to do inference And I get some questions
Is there any implements details that I missed? Thank u sincerely if u can help me out!