Save detected face for each unique id

Please provide complete information as applicable to your setup.

• Hardware Platform ( GPU) rtx p5000
• DeepStream Version 5.1
• TensorRT Version 7.2
• NVIDIA GPU Driver Version (valid for GPU only) 455.23.05

hello nvidia team.i do face detection using deepstream sdk for multiple ip cameras .of course ,i am a begginer in deepstream sdk.

but my question is how can i save the detected faces for each unique id in my local system.(of course i know to use opencv but i have no idea about c++ language.)
please help me

deepstream_centerface_app.cpp (25.2 KB)
deepstream_centerface_app.hpp (4.8 KB)
nvdsinfer_custombboxparser_centerface.cpp (11.0 KB)

you can refer deepstream_app.c → write_kitti_output

Thanks for your reply but I did not understand.
Can you further explain what exactly I should do?

You can refer the function where we save the meta data to the file, can you check the source code

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.