• Hardware Platform (Jetson / GPU) : GPU
• DeepStream Version : 6.0
• NVIDIA GPU Driver Version (valid for GPU only) : 495.29.05
• Issue Type( questions, new requirements, bugs) : New Requirement
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) :
I am using deepstream-app for object detection on a video stream. I want to save the frames where a relevant object is detected in image form, along with the coordinates of the detected object in KITTI format.
I have already used gie-kitti-output-dir
to get the object labels in the desired format. I want help in figuring out how to save the image of the frame corresponding to each of the records generated by gie-kitti-output-dir
with a unique association - that is, I should be able to identify which frame a particular KITTI format record is corresponding to.
As per the posts I have read on the forum, I understand that I should be using gst-dsexample but I am not sure how to begin modifying it.
Please guide me about how I could achieve the desired result in a step-by-step manner.
Thanks