takuya-takeuchi / OpenPoseDotNet

OpenPose wrapper written in C++ and C# for Windows
MIT License
66 stars 25 forks source link

Question about 1_ThreadUserProcessingFunction #23

Closed sota1994 closed 3 years ago

sota1994 commented 3 years ago

Hi, Am I supposed to implement image processing (draw keypoints skeleton) in WUserClass? The program just shows plain video stream from camera. I also cant find any code that implements and uses opwrapper in this tutorial. I hope to hear back from you soon. Thank you, Dung Tran

takuya-takeuchi commented 3 years ago

@sota1994 Yes.Current code has not code to draw keypoints. We have to implement renderKeypointsCpu from https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/src/openpose/utilities/keypoint.cpp

However, I'm not sure we can use Datum.PoseKeyPoints to draw keypoints.

sota1994 commented 3 years ago

I see. Thank you for your help!