Human pose estimation?

Is there any package for human pose estimation written in Julia?

I think it is always better to add a bit of context to a post:

In computer vision, articulated body pose estimation is the task of algorithmically determining the pose of a body composed of connected parts (joints and rigid parts) from image or video data.

This challenging problem, central to enabling robots and other systems to understand human actions and interactions, has been a long-standing research area due to the complexity of modeling the relationship between visual observations and pose, as well as the wide range of applications.[1][2]

Wikipedia

1 Like

I don’t know much about this specific problem, but I do know Manifolds.jl has a hand gesture analysis tutorial if you want to use techniques from shape analysis to do it.

1 Like