Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

draw an activity(sitting,standing) on a frame/image

I have human pose coordinates in a CSV file, for a particular activity. I have written a function which detects the activity(sitting, standing, bending) according to these coordinates. I have the activity in the form of a list. I would like to use this activity list as an input to draw() and show that on the frame. I would appreciate any help.

click to hide/show revision 2
retagged

updated 2018-10-29 02:56:39 -0600

berak gravatar image

draw an activity(sitting,standing) on a frame/image

I have human pose coordinates in a CSV file, for a particular activity. I have written a function which detects the activity(sitting, standing, bending) according to these coordinates. I have the activity in the form of a list. I would like to use this activity list as an input to draw() and show that on the frame. I would appreciate any help.

draw an activity(sitting,standing) on a frame/image

I have human pose coordinates in a CSV file, for a particular activity. I have written a function which detects the activity(sitting, standing, bending) according to these coordinates. I have the activity in the form of a list. I would like to use this activity list as an input to draw() and show that on the frame. I would appreciate any help.

draw an activity(sitting,standing) on a frame/imageTagging/annotating every frame in the video with the activity performed using OpenCV python

I have human pose coordinates in a CSV file, for a particular activity. I have written a function which detects the activity(sitting, standing, bending) according to these coordinates. I have the activity in the form of a list. I would like to use this activity list as an input to draw() and show that on the frame. I would appreciate any help. help.