indra4837 / yolov4_trt_ros

YOLOv4 object detector using TensorRT engine
MIT License
100 stars 31 forks source link

Issues Running ./convert_yolo_trt.sh #22

Open CosmoHopkins opened 2 years ago

CosmoHopkins commented 2 years ago

Hello, I am trying to setup yolo on my jetson nano. I am very new to everything so i apologize if anything is unclear.

Right now I am running using the Jetpack 4.6.1, it seems like the only difference between our two implementations is the jetpack 4.6.1 comes with TensorRT 8.0.1, I already know that is impossible to downgrade to TensorRT 7 without downgrading the jetpack.

Everything runs in the covert_yolo_trt script until it runs the python script onnx_to_tensorrt.py.

I was wondering if there was a implementation of this onnx to tensorrt script for TensortRT 8.0.1, as it seems the script is having issues running on my version of TensortRT, thank you for any help!

s-sarahSM commented 2 years ago

Can you post the error or the problem you get in your terminal?