tensorrt_yolov4_ros
tensorrt_yolov4_ros copied to clipboard
How to convert it to onnx in ros?
Hello, I am currently working on yolo->onnx->tensorrt and deploying to ROS, can you give me some reference?
@fy123-gh You can use tihs script for yolov3. https://github.com/NVIDIA/TensorRT/blob/main/samples/python/yolov3_onnx/yolov3_to_onnx.py If you also want to convert yolov4 model, you need to add some patches into the script above.