Tiny Yolo v3 Frame Rate

Hi,

You will need to inference it with TensorRT for optimized performance.
Here are two approaches to do this:

1. Use darknet YOLOv3 with Deepstream

2. Use ONNX YOLOv3 with TensorRT API

Thanks.