spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
20.69k stars 11.52k forks source link

final keypoints after pairing #741

Open soans1994 opened 1 year ago

soans1994 commented 1 year ago

hello author, how can i get the final keypoints in array after using the getPersonwiseKeypoints function. It seems to not return the keypoints location seperately. I want to get final locations after pairing for multi person, but not interested in drawing the skeleton.

thank you

brmarkus commented 1 year ago

Can you provide more details, more context, please? Which sample/example, which file (which path, folder, URL)? Have you changed the sample/example-code, how have you used the code (e.g. using command-line parameters)?