Tensorrt-Yolov3-tiny
Tensorrt-Yolov3-tiny copied to clipboard
darknet2onnx2tensorrt
After going through this [issue](https://github.com/faedtodd/Tensorrt-Yolov3-tiny/issues/1) I got another issue while converting yolov3-tiny to onnx. ``` Traceback (most recent call last): File "yolov3_to_onnx.py", line 832, in main() File "yolov3_to_onnx.py", line 820,...
I'm trying to convert `onnx` file created by your code to `trt` file using `onnx_to_tensorrt.py`, but this error has happened. ``` Loading ONNX file from path Tiny_YOLOv3.onnx... Beginning ONNX file...
Hi, I found your github project is very helpful for me. I am also doing research on yolov3 with tensorRT. When I use your ped.onnx in the tensorRT code, it...
Hi, can you please share your yolov3-tiny .cfg file? When I run onnx_to_tensorrt.py it fails to reshape on this line: trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)] Thanks!