<div>The data was collected by a Kinect V2 as a set of X, Y, Z coordinates at 60 fps during 6 different yoga inspired back stretches.
</div><div><br></div><div>There are 541 files in the dataset, each containing position, velocity for 25 body joints. These joints include: Head, Neck, SpineShoulder, SpineMid, SpineBase, ShoulderRight, ShoulderLeft, HipRight, HipLeft, ElbowRight, WristRight, HandRight, HandTipRight, ThumbRight, ElbowLeft, WristLeft, HandLeft, HandTipLeft, ThumbLeft, KneeRight, AnkleRight, FootRight, KneeLeft, AnkleLeft, FootLeft.
</div><div><br></div><div>The program used to record this data was adapted from Thomas Sanchez Langeling’s skeleton recording code. The file was set to record data for each body part as a separate file, repeated for each exercise. Each bodypart for a specific exercise is stored in a distinct folder. These folders are named with the following convention:
</div><div> subjNumber_stretchName_trialNumber
</div><div><br></div><div>The subjNumber ranged from 0 – 8. The stretchName was one of the following: Mermaid, Seated,
</div><div>Sumo, Towel, Wall, Y. The trialNumber ranged from 0 – 9 and represented the repetition number.
</div><div><br></div><div>These coordinates were chosen to have an origin centered at the subject’s upper chest.
</div><div><br></div><div>The data was standardized to the following conditions:
</div><div>1) Kinect placed at the height of 2 ft and 3 in
</div><div>2) Subject consistently positioned 6.5 ft away from the camera with their chests facing the camera
</div><div>3) Each participant completed 10 repetitions of each stretch before continuing on
</div><div><br></div><div>Data was collected from the following population:
</div><div>* Adults ages 18-21
</div><div>* Females: 4
</div><div>* Males: 5
</div><div><br></div><div>The following types of pre-processing occurred at the time of data collection.
</div><div>Velocity Data: Calculated using a discrete derivative equation with a spacing of 5 frames chosen to reduce sensitivity of the velocity function
</div><div>v[n]=(x[n]-x[n-5])/5
</div><div>Occurs for all body parts and all axes individually
<br><br></div><div>Related manuscript: Capella, B., Subrmanian, D., Klatzky, R., & Siewiorek, D. Action Pose Recognition from 3D Camera Data Using Inter-frame and Inter-joint Dependencies. Preprint at link in references. </div>