• Hardware Platform (Jetson / GPU) GPU • DeepStream Version 5.0 • JetPack Version (valid for Jetson only) • TensorRT Version 7.1 • NVIDIA GPU Driver Version (valid for GPU only) 440+ • Issue Type( questions, new requirements, bugs) Question
I would like to perform activity recognition using deepstream. We want to make use of a pose network as secondary gie and then batch the patches pertaining to an object temporally and pass it to a spatio-temporal model (like lstm).
How do we achieve the above pipeline using deepstream?
Hi @bcao thanks for the information. I looked at the repository. However, the repository runs the pose estimation standalone and do not use any temporal models like (lstm and rnns), and not integrated into the deepstream pipeline.
My question is more on integration. Like taking the model from trt_pose/other temporal models and infer using nvinfer plugin directly.
print
One solution, I can think of is using the pose estimation model as a library which is called from a custom plugin.