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

how to remove the head joints #80

Open Abd-Alrahman-Alahmar opened 2 years ago

Abd-Alrahman-Alahmar commented 2 years ago

you are mentioning that you removed the head joints but it is still displaying !!

felixchenfy commented 2 years ago

Ah, good point. I removed it from the machine learning training/inference, but not from the display.


Some changes need to be made to this method to stop drawing the head: https://github.com/felixchenfy/Realtime-Action-Recognition/blob/master/utils/lib_openpose.py#L132