Dusty-nv/jetson-inference posenet model can use in deepstream?

posetnet model in jetson-inference can use in deepstream?
if have, have the example?

The posenet example in jetson-inference is based on TensorRT API, which doesn’t use deepstream framework.
You can refer bodypose example from deepstream_tao_apps here:

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Seems the model is an ONNX model. It can be used in DeepStream, you need to customize the preprocess and postprocess with DeepStream APIs by yourself. An easy way is to use the pose model provided by deepstream_tao_apps/apps/tao_others/deepstream-bodypose2d-app at master · NVIDIA-AI-IOT/deepstream_tao_apps (github.com)

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