yolov3-tiny-onnx-TensorRT
yolov3-tiny-onnx-TensorRT copied to clipboard
convert your yolov3-tiny model to trt model
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? 
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?...