Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
dGPU
• DeepStream Version
deepstream 5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
7.0
• NVIDIA GPU Driver Version (valid for GPU only)
cuda 10.2
• Issue Type( questions, new requirements, bugs)
questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
my question is similar like Image pre-processing between PGIE and SGIE
i plan to build a pipeline for face deetcting, the pipeline like this:
PGIE(face detection)---->SGIE1(face landmark predict)---->SGIE2(face attribute predict (ages? male or female? with mask?))
preprocess of SGIE2 need the SGIE1 result (landmark points) to do face algin(similar transform or affine transform). Assume that I can save the SGIE1 results to ObjectMetaData.
How to do the preprocess of SGIE2?
the answer of Image pre-processing between PGIE and SGIE
is not clearly for me . and I did not find the code memtion in that question(may be sth changed in deepstream 5.0 ?)