NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
957 stars 290 forks source link

How to get x, y coordinates of neck? #135

Closed Amyhds closed 2 years ago

Amyhds commented 3 years ago

I want to see the changes of coordinates of neck. How can I get these?

pramod-wick commented 3 years ago

Hi,

you can follow the code given in this blog of using trt-pose (works on pc or jetson device). Specifically use the "get_keypoint" function to extract keypoints of any joint.

https://spyjetson.blogspot.com/2019/12/jetsonnano-human-pose-estimation-using.html

Amyhds commented 3 years ago

Hi,

you can follow the code given in this blog of using trt-pose (works on pc or jetson device). Specifically use the "get_keypoint" function to extract keypoints of any joint.

https://spyjetson.blogspot.com/2019/12/jetsonnano-human-pose-estimation-using.html

Thank you so much

Amyhds commented 3 years ago

There's something wrong with opencv....I got some errors...