Hi,
I want to skip frames to recognizing video,such as each five frames recognize one frame.
Bud I don’t know how to config it for yolo plugin.
My plotform is on TX2 deepstream 1.5 ,using gst-yoloplugin-tegra.
Do you have any way to relize it?
Can I using interval and batch-size mechnism in GIE Group?
interval:Specifies the number of consecutive frames to be skipped for inference. The actual frames to be skipped = batch_size * interval.
CJR
July 15, 2019, 5:40pm
2
DS 1.5 is an older release and the yolo plugin does not have the “interval” property implemented. Please wait for DS4.0(to be released soon) which will support this feature.
guibli
July 16, 2019, 8:11am
3
Hi NVCJR,
Interval and batch-size feature could realize skipping frames function ,right? such as each five frames recognize one frame .
What about the skipped frames, will it output also?
For example, The camera is 25fps, but the recognized speed only 5fps, so I want to skip some frames to reduce delay.
kayccc
July 30, 2019, 4:48am
4
Hi 15822004929,
We have released the DeepSteam SDK 4.0 last week, please try to move this new version for more features and supports, see [url]Announcing DeepStream SDK 4.0 - Announcements - NVIDIA Developer Forums
Thanks