Data
mocap-hand-postures

mocap-hand-postures

active ARFF Publicly available Visibility: public Uploaded 28-05-2021 by Meilina Reksoprodjo
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Author: A. Gardner, R. R. Selmic, J. Kanno, C. A. Duncan Source: [UCI](https://archive.ics.uci.edu/ml/datasets/MoCap+Hand+Postures) - 2016 Please cite*: [UCI](https://archive.ics.uci.edu/ml/citation_policy.html) MoCap Hand Postures Dataset A Vicon motion capture camera system was used to record 12 users performing 5 hand postures with markers attached to a left-handed glove. A rigid pattern of markers on the back of the glove was used to establish a local coordinate system for the hand, and 11 other markers were attached to the thumb and fingers of the glove. 3 markers were attached to the thumb with one above the thumbnail and the other two on the knuckles. 2 markers were attached to each finger with one above the fingernail and the other on the joint between the proximal and middle phalanx. The 11 markers not part of the rigid pattern were unlabeled; their positions were not explicitly tracked. Consequently, there is no a priori correspondence between the markers of two given records. In addition, due to the resolution of the capture volume and self-occlusion due to the orientation and configuration of the hand and fingers, many records have missing markers. Extraneous markers were also possible due to artifacts in the Vicon software's marker reconstruction/recording process and other objects in the capture volume. As a result, the number of visible markers in a record varied considerably. The data presented here is already partially preprocessed. First, all markers were transformed to the local coordinate system of the record containing them. Second, each transformed marker with a norm greater than 200 millimeters was pruned. Finally, any record that contained fewer than 3 markers was removed. The processed data has at most 12 markers per record and at least 3. For more information, see 'Attribute Information'. Due to the manner in which data was captured, it is likely that for a given record and user there exists a near duplicate record originating from the same user. We recommend therefore to evaluate classification algorithms on a leave-one-user-out basis wherein each user is iteratively left out from training and used as a test set. One then tests the generalization of the algorithm to new users. A 'User' attribute is provided to accomodate this strategy. This dataset may be used for a variety of tasks, the most obvious of which is posture recognition via classification. One may also attempt user identification. Alternatively, one may perform clustering (constrained or unconstrained) to discover marker distributions either as an attempt to predict marker identities or obtain statistical descriptions/visualizations of the postures. In previous work, we randomly sampled without replacement a constant number (e.g. 75) of records per class per user in order to balance classes. ### Attribute information Data is provided as a CSV file. A header provides the name of each attribute. An initial dummy record composed entirely of 0s should be ignored. A question mark '?' is used to indicate a missing value. A record corresponds to a single instant or frame as recorded by the camera system. 'Class' - Integer. The class ID of the given record. Ranges from 1 to 5 with 1=Fist(with thumb out), 2=Stop(hand flat), 3=Point1(point with pointer finger), 4=Point2(point with pointer and middle fingers), 5=Grab(fingers curled as if to grab). 'User' - Integer. The ID of the user that contributed the record. No meaning other than as an identifier. 'Xi' - Real. The x-coordinate of the i-th unlabeled marker position. 'i' ranges from 0 to 11. 'Yi' - Real. The y-coordinate of the i-th unlabeled marker position. 'i' ranges from 0 to 11. 'Zi' - Real. The z-coordinate of the i-th unlabeled marker position. 'i' ranges from 0 to 11. Each record is a set. The i-th marker of a given record does not necessarily correspond to the i-th marker of a different record. One may randomly permute the visible (not missing) markers of a given record without changing the set that the record represents. For the sake of convenience, all visible markers of a given record are given a lower index than any missing marker. A class is not guaranteed to have even a single record with all markers visible.

38 features

Classnumeric6 unique values
0 missing
Usernumeric14 unique values
0 missing
X0numeric78087 unique values
0 missing
Y0numeric78090 unique values
0 missing
Z0numeric78090 unique values
0 missing
X1numeric78090 unique values
0 missing
Y1numeric78093 unique values
0 missing
Z1numeric78094 unique values
0 missing
X2numeric78086 unique values
0 missing
Y2numeric78089 unique values
0 missing
Z2numeric78089 unique values
0 missing
X3string77403 unique values
690 missing
Y3string77404 unique values
690 missing
Z3string77404 unique values
690 missing
X4string74973 unique values
3120 missing
Y4string74973 unique values
3120 missing
Z4string74974 unique values
3120 missing
X5string65073 unique values
13023 missing
Y5string65071 unique values
13023 missing
Z5string65073 unique values
13023 missing
X6string52246 unique values
25848 missing
Y6string52245 unique values
25848 missing
Z6string52246 unique values
25848 missing
X7string38942 unique values
39152 missing
Y7string38943 unique values
39152 missing
Z7string38943 unique values
39152 missing
X8string30562 unique values
47532 missing
Y8string30562 unique values
47532 missing
Z8string30562 unique values
47532 missing
X9string23968 unique values
54128 missing
Y9string23968 unique values
54128 missing
Z9string23968 unique values
54128 missing
X10string14753 unique values
63343 missing
Y10string14753 unique values
63343 missing
Z10string14753 unique values
63343 missing
X11string32 unique values
78064 missing
Y11string32 unique values
78064 missing
Z11string32 unique values
78064 missing

19 properties

78096
Number of instances (rows) of the dataset.
38
Number of attributes (columns) of the dataset.
Number of distinct values of the target attribute (if it is nominal).
974700
Number of missing values in the dataset.
78064
Number of instances with at least one value missing.
11
Number of numeric attributes.
0
Number of nominal attributes.
0
Number of attributes divided by the number of instances.
28.95
Percentage of numeric attributes.
Percentage of instances belonging to the most frequent class.
0
Percentage of nominal attributes.
Number of instances belonging to the most frequent class.
Percentage of instances belonging to the least frequent class.
Number of instances belonging to the least frequent class.
0
Number of binary attributes.
0
Percentage of binary attributes.
99.96
Percentage of instances having missing values.
Average class difference between consecutive instances.
32.84
Percentage of missing values.

0 tasks

Define a new task