trt_pose icon indicating copy to clipboard operation
trt_pose copied to clipboard

can we deploy it in deepstream? if yes, how to deploy it?

Open shuxuzhipeng opened this issue 4 years ago • 6 comments

shuxuzhipeng avatar Jul 27 '20 07:07 shuxuzhipeng

I am interested in the same problem, were you able to see any helpful resources ?

ishang3 avatar Aug 06 '20 18:08 ishang3

I am interested in the same problem, were you able to see any helpful resources ?

1 hyperpose it also use tensorrt to do the inference and its model file is the format : onnx file. So that it can be deployed in deepstrem. 2 CMU-Perceptual-Computing-Lab/openpose its model file is the format, caffemode which also could be used in deepstream. But u should define the post process customer function to parser the result of inference. Hope u good luck

shuxuzhipeng avatar Aug 10 '20 08:08 shuxuzhipeng

Hi @shuxuzhipeng,

Are you able to provide a bit more information on how to use the openpose caffemodel into deepstream?

Kind Regards,

Y07yoyo avatar Aug 26 '20 01:08 Y07yoyo

@Y07yoyo I am solving the same issue - were you successful?

ishang3 avatar Sep 24 '20 06:09 ishang3

@shuxuzhipeng following this example with custorm yolo, we can write the poseplugin to integrate with deepstream.

thancaocuong avatar Nov 11 '20 01:11 thancaocuong

deepstream example in here: https://github.com/NVIDIA-AI-IOT/deepstream_pose_estimation

zhink avatar Nov 17 '20 01:11 zhink