Naman
Naman
Hii, what is the onnx version?
Please follow the README Instructions for getting it up and running Onnx 1.4.1
Can you try with Batch = 1
I have mentioned in README to first try with : batch=1 width=416 height=416
Hii, I have used following Libraries, as mentioned in README Python 3 OpenCV PyTorch Onnx 1.4.1 Onnxruntime Tensorrt (7+) I would highly recommend using any Tensorrt / Deepstream Docker directly...
Can you share the network config File?
Are you sure you have updated the "output_tensor_dims" output_tensor_dims['082_convolutional'] = [255, reso//32, reso//32] output_tensor_dims['094_convolutional'] = [255, reso//16, reso//16] output_tensor_dims['106_convolutional'] = [255, reso//8, reso//8] 255 = (80 + 5)*3 So I...
My onnxruntime version was '0.5.0' What is your version?
What is the number of classes on which you are training/testing? Default Yolov3 is trained on 80 classes. 255 = (80 + 5)*3 It seems you are training for only...
I think you should create the ONNX File Again. Make sure : 1) args.reso is equal to resolution mentioned config file 2) Change Line 748-750. Update 255 --> 18 (Since...