Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.46k stars 1.49k forks source link

Yolov4 c++ inferencing using onnx runtime #554

Open codewithAshray opened 1 year ago

codewithAshray commented 1 year ago

How to post process the output of yolov4 on onnx runtime in c++. I have created the onnx runtime engine and got the predictions but didn't able to get any repo to post process the predictions using c++.