felixchenfy / Realtime-Action-Recognition

Apply ML to the skeletons from OpenPose; 9 actions; multiple people. (WARNING: I'm sorry that this is only good for course demo, not for real world applications !!! Those ary very difficult !!!)
MIT License
857 stars 248 forks source link

Data preparation #53

Closed soans1994 closed 4 years ago

soans1994 commented 4 years ago

I checked your code inside The code calculates both the keypoints coordinates and some of the joint angles. But only the x,y coordinates of the keypoints are used for the training If i am correct?

felixchenfy commented 4 years ago

Yes, correct!

I tried the angles, but they didn't improve the accuracy, and sometimes even made it worse. These 2D angles are not helpful so I did not use them at last.

(Sorry I didn't check GitHub very often after my graduation)

soans1994 commented 4 years ago

Thank you for your reply.