Can not convert Yolov4 model that trained on custom dataset to Onnx format #2676
-
I try to run tensorrt_yolo node in Autoware Universe with trained yolov4 model on my custom dataset. This node takes onnx files then creates TensorRT engines. I convert weight and cfg files according to this repo https://github.com/Tianxiaomo/pytorch-YOLOv4 and also this repo https://github.com/linghu8812/tensorrt_inference/tree/master/Yolov4. Could you provide any documentation how to convert custom darknet weights to onnx format? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
@wep21 @yukkysaito Could you share your conversion script? |
Beta Was this translation helpful? Give feedback.
@wep21 @yukkysaito Could you share your conversion script?