How to get same FPS on python custom apps as the deepstream_config.txt apps

Hi,

YoloV3 is a heavy model for Nano which has limited resource.
5fps is roughly the optimal performance for Nano+YOLOv3.

To get a better fps, you can try to lower the network resolution and run the inference periodically.
We can get a 20fps pipeline for YOLOv3 by doing so in this comment:

Thanks.