marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.39k stars 344 forks source link

REFPS in python binding deepstream #437

Open khosrooo opened 10 months ago

khosrooo commented 10 months ago

Hi marcos , i used fps.py in common in this https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/tree/master/apps/common for get RERFS but i get same FPS for every models , but when used deepstream-app -c deepstream_app_config.txt i get right fps why in the python biding deepstream i get just PERF 30 for every model i think it is the ferekanse monitor ?

marcoslucianops commented 10 months ago

The fps should be the same for all running streams. It will only change if you are running in 20 fps in the output and the camera have less framerate in its configuration. If you are saying about the python code having less fps than the deepstream-app, maybe you added something to the code that is slowing the pipeline. If don't so, check if you are using sink.set_property("sync", 0) in your code.