Python Inference Script for Body PoseNet

@Morganh,

I have read this post about body posenet model training and inference, How to use models for object detection in python. Here, you have mentioned about using deepstream/cpp to run the inference. I am looking for a python inference script. Can you share that with me.
Thank you.

Currently, there is not open source official inference script with python.
Officially, you can use “tao bpnet inference xxx” to run inference. Refer to Body Pose Estimation — TAO Toolkit 3.22.05 documentation

For deepstream/cpp, there is deepstream_tao_apps/apps/tao_others/deepstream-bodypose2d-app at master · NVIDIA-AI-IOT/deepstream_tao_apps · GitHub

1 Like

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