Only results of the first 4 frames displayed while running deepstream-yolo-app

Hi,
I have a problem while running deepstream-yolo-app. It runs successfully and be able to detect things from the sample video. However, there only shows results of the first 4 frames.
I’m currently using P100 Tesla. And the output is as below:

Now playing: /DeepStream_Release/samples/streams/sample_720p.h264
Using previously generated plan file located at /home/anhthuy/deepstream-plugins-master/sources/gst-yoloplugin/yoloplugin_lib/models/yolov3-kFLOAT-batch1.engine
Loading TRT Engine…
Loading Complete!
Running…
Frame Number = 0 Number of objects = 7 Car Count = 2 Person Count = 4 Bicycle Count = 0 Truck Count = 0
Frame Number = 1 Number of objects = 7 Car Count = 2 Person Count = 4 Bicycle Count = 0 Truck Count = 0
Frame Number = 2 Number of objects = 6 Car Count = 2 Person Count = 3 Bicycle Count = 0 Truck Count = 0
Frame Number = 3 Number of objects = 7 Car Count = 2 Person Count = 4 Bicycle Count = 0 Truck Count = 0
End of stream
Frame number: 4
Returned, stopping playback
Deleting pipeline

Any help is highly appreciated. Thanks for reading and helping.

Hi thuyng,

Please try with the DeepStream SDK 3.0 to see if issue still presents:
[url]https://developer.nvidia.com/deepstream-sdk[/url]
If yes, please file a new topic.

Thanks