yolov3-tiny-onnx-TensorRT icon indicating copy to clipboard operation
yolov3-tiny-onnx-TensorRT copied to clipboard

convert your yolov3-tiny model to trt model

Results 13 yolov3-tiny-onnx-TensorRT issues
Sort by recently updated
recently updated
newest added

Yolov3-tiny 416 the default model with the default cfg file. ``` Traceback (most recent call last): File "onnx_to_tensorrt.py", line 228, in main() File "onnx_to_tensorrt.py", line 202, in main trt_outputs =...

Make `requirements.txt` great again. Now it is consistent with the readme.md

I can't get the requirements to install with Python 2 on Ubuntu 20.04 and as far as I can see, Python 2 is being deprecated in a month. Is there...

line 211( trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)]), in main trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)] ValueError: cannot reshape array of size 43095 into...

hello, I found a problem when using my training model. How can I solve it? ![image](https://user-images.githubusercontent.com/32006524/92062485-6d881400-edcb-11ea-9849-fd7e85701599.png)

I try my trained model but failed. there is error with 'parser.parse(model.read())' in line111 as title

I use tensorRT code for reasoning yolov3_tiny, the single reasoning time can be up to 0.03s, the pure reasoning is close to 25fps, but why does the _process_yolo_output in data_processing.py...

when I run onnx_to_tensorrt.py, some error appeared like this: Traceback (most recent call last): File "onnx_to_tensorrt.py", line 226, in main() File "onnx_to_tensorrt.py", line 204, in main trt_outputs = [output.reshape(shape) for...

Hi, it looks like you have done some work with new node upsample in code, but after convert I got error about upsample below. Have you met problem like this?...