I am developing a python ai app using YOLOv3. I tested the demo of YOLOv3 and achieved 15 fps. Then I tested the demo of deepstream (deepstream-app -c deepstream_app_config_yoloV3.txt) and achieved 60 fps. I want to know where and how can I edit deepstream-app or using the sdk to achieve 60 fps in my own app. I am a novice in this field. Any help will be greatly appreciated. Thank you.
I think you have two config files, one is for python YOLOv3, the other is for deepstream-app.
Is above config file for python Yolov3, and you are using the default YoloV3 config file for deepstream-app?