use TensorRT accelerate yolo3
python yolov3_to_onnx.py
, you will have a file named yolov3-608.onnxpython onnx_to_tensorrt.py
,you can get the result of detections.a.You can download and run this project, which our project is changed from it.
It detection speed is about 100ms per image.
b.Our project speed is about 62ms per image