0

How can I convert Yolov4 Custom object-trained weights(best weights) into an ONNX format before starting the inferencing part with TensorRT?

After training my image(custom dataset) in Yolov4 using Darknet, I want to convert my Trained weights(Best weights) into ONNNX file in order to use the ONNX file for inferencing with TensorRT.

2
  • You can convert cfg+weight file direct to the TensorRT: github.com/enazoe/yolo-tensorrt
    – Nuzhny
    Commented Jun 21, 2023 at 11:17
  • Hello@Nuzhny, Thank you for your reply.I will check with the Github account provided by you to change my weights to TensorRT. Commented Jun 25, 2023 at 6:49

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.