• Hardware Platform (Jetson / GPU) : Jetson nano
• DeepStream Version : 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version : 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only) 10.2
• Issue Type( questions, new requirements, bugs) : Question
GitHub - NVIDIA-AI-IOT/deepstream_pose_estimation: This is a sample DeepStream application to demonstrate a human pose estimation pipeline..
Refer to above documentation, i want to customize deepstream pipeline to predict human Gesture from above pipeline.
the above pipeline of PGIE output is 18 points of pose dot values, and what i want to run in SGIE model is stacking the latest pose dot values and then run the SGIE model to predict gesture values.
so, i’m ready to run SGIE model but i dont have any idea how to input data like dot values or vector values. [also stacking latest dot points is needed too…]
anybody have idea about my question?? pls help…