Vicon Physical Action Data Set
Donated on 7/26/2011
The Physical Action Data Set includes 10 normal and 10 aggressive physical actions that measure the human activity. The data have been collected by 10 subjects using the Vicon 3D tracker.
Dataset Characteristics
Time-Series
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Real
# Instances
3000
# Features
-
Dataset Information
Additional Information
1. Protocol: Seven male and three female subjects (age 25 to 30), who have experienced aggression in scenarios such as physical fighting, took part in the experiment. Throughout 20 individual experiments, each subject had to perform ten normal and ten aggressive activities. Regarding the rights of the subjects involved, ethical regulations have been followed based on the code of ethics of the British psychological society, which explains the ethical legislations to conduct statistical experiments using human subjects. For safety precaution issues, boxing hand wraps have been given to the subjects, and for the warm up the subjects were instructed to familiarise with the bag by having a number of trial runs. The subjects were aware that since their involvement in this series of experiments was voluntary, it was made clear that they could withdraw at any time from the study. 2. Instrumentation: The Essex robotic arena was the main experimental hall where the data collection took place. With area 4x5.5m, the ten subjects expressed normal and aggressive physical activities at random locations. For the normal actions, a human partner has been used as a focus target attracting the attention from the subjects so as to perform more realistic activity. For the aggressive actions, the subjects made use of a professional kick-boxing standing bag, 1.75m tall, with a human figure drawn on its body. The bag has cylindrical shape made from soft material, which could bounce when hit. All the activities have been recorded from random starting positions so that to have a variety of spatial 3D data. The subjects’ performance has been recorded by the Vicon’s nine ubiquitous cameras, interfacing human activity with spatial coordinate points. Based on this context, the data acquisition process involved four reflectable markers placed on the forearms (elbows and wrists), four on the forelegs (knees and ankles), and one on the top of the head. 3. Data Setup: Each experimental trial has been taken separately for each physical activity. The duration of each action was approximately ~10 seconds per subject, which corresponds to a time series of ~3000 samples, with sampling frequency of 200Hz. Within this performance time, approximately 15 action trajectories were extracted counting in average 15 normal (ex: handshaking), and 15 aggressive (ex: punching) actions.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 27
Additional Variable Information
Each file in the dataset contains in overall 28 columns (the 1st is a counter), and is organised as follows: +---------+-------+---------------+---------------------+---------------------+---------------------+ | Segment | Head | L-Arm | R-Arm | L-Leg | R-Leg | +---------+-------+-------+-------+----------+----------+----------+----------+----------+----------+ | Marker | m1 | m2 | m3 | m4 | m5 | m6 | m7 | m8 | m9 | | Coords | x y z | x y z | x y z | x y z | x y z | x y z | x y z | x y z | x y z | | Column | 1,2,3 | 4,5,6 | 7,8,9 | 10,11,12 | 13,14,15 | 16,17,18 | 19,20,21 | 22,23,24 | 25,26,27 | +---------+-------+-------+-------+----------+----------+----------+----------+----------+----------+ Segment: A segment defines a body segment or limb. - Head - Left arm (L-Arm) - Right arm (R-Arm) - Left leg (L-Leg) - Right leg (R-Leg) Marker: A pair of markers (except the head) is attached at each body segment for 3D data acquisition. - Arm markers: wrist (WRS), elbow (ELB) - Leg markers: ankle (ANK), knee (KNE) Coords: The 3 coordinates (x,y,z) define the 3D position of each marker in space. - x: The x coordinate - y: The y coordinate - z: The z coordinate
Dataset Files
File | Size |
---|---|
Vicon Physical Action Data Set.rar | 12.3 MB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset vicon_physical_action_data_set = fetch_ucirepo(id=214) # data (as pandas dataframes) X = vicon_physical_action_data_set.data.features y = vicon_physical_action_data_set.data.targets # metadata print(vicon_physical_action_data_set.metadata) # variable information print(vicon_physical_action_data_set.variables)
Theodoridis, T. (2007). Vicon Physical Action Data Set [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5MG7Z.
Creators
Theo Theodoridis
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.