JensenHJS

Results 6 comments of JensenHJS

have you try run onnx model with C++API. Now I use python API in tensorrt-yolo. It works well. But I have to run onnx model with C++

This is a yolov3-608.onnx model , and it's cfg file in the link. And it's original model is yolov3.weights, using python API convert it to yolov3-608.onnx,then convert onnx to yolo-608.trt....

thank you for your reply . i have solved my problem

onnx doesn't support yolo layer. the output of trt file go through yolo layer,it is the final output.

Hello,have you planned to support onnx models with yolov3 currently? This is a yolov3-608.onnx model , and it's cfg file in the link. And it's original model is yolov3.weights, using...

前两天才提的issue,还没解决