how to get the actions performed in a video using pose estimation coordinates
I have pose estimation coordinates. I want to know the actions performed by the person in the movie. Is there any good source to get the details? I am looking for something like whether the person is sitting, standing, slouching. I have written some functions to detect the actions using pose coordinates but it is not accurate. I would appreciate any help. Thank you.
what do you do, to get pose coords ? can you show, what you tried so far ?
I have pose coordinates from the yolo3 model.
def isLookingDown (data): actions = [] xy_neck = getXY(data,"neck") if not xy_neck: return actions
hhmmm, and you want to find out, if a person is sitting, looking at the eye or nose position ?
hmmmm
also, (sorry for being so nitpicky here, but ..) "standing" is not an action, but a pose only. (actions would involve movement, and time). please be more concise, about what you have and what you want to achieve !
sorry for using the wrong words. I want to detect the pose like standing, sitting, bending
but do you actually have information for relevant body parts ? or only the head ?
you mention a yolo3 network, but what's in there, exactly ?
I have information for the whole body
I have 18 keypoints