HARTH
Donated on 2/20/2023
The Human Activity Recognition Trondheim (HARTH) dataset is a professionally-annotated dataset containing 22 subjects wearing two 3-axial accelerometers for around 2 hours in a free-living setting. The sensors were attached to the right thigh and lower back. The professional recordings and annotations provide a promising benchmark dataset for researchers to develop innovative machine learning approaches for precise HAR in free living.
Dataset Characteristics
Multivariate, Time-Series
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
Real
# Instances
6461328
# Features
8
Dataset Information
For what purpose was the dataset created?
The dataset was created to train machine learning classifiers for human activity recognition based on professional annotations of activities in a free-living setting.
Who funded the creation of the dataset?
NTNU Helse
Additional Information
The HARTH dataset contains recordings of 22 participants wearing two 3-axial Axivity AX3 accelerometers for around 2 hours in a free-living setting. One sensor was attached to the right front thigh and the other to the lower back. The provided sampling rate is 50Hz. Video recordings of a chest-mounted camera were used to annotate the performed activities frame-by-frame. Each subject's recordings are provided in a separate .csv file. One such .csv file contains the following columns: 1. timestamp: date and time of recorded sample 2. back_x: acceleration of back sensor in x-direction (down) in the unit g 3. back_y: acceleration of back sensor in y-direction (left) in the unit g 4. back_z: acceleration of back sensor in z-direction (forward) in the unit g 5. thigh_x: acceleration of thigh sensor in x-direction (down) in the unit g 6. thigh_y: acceleration of thigh sensor in y-direction (right) in the unit g 7. thigh_z: acceleration of thigh sensor in z-direction (backward) in the unit g 8. label: annotated activity code The dataset contains the following annotated activities with the corresponding coding: 1: walking 2: running 3: shuffling 4: stairs (ascending) 5: stairs (descending) 6: standing 7: sitting 8: lying 13: cycling (sit) 14: cycling (stand) 130: cycling (sit, inactive) 140: cycling (stand, inactive)
Has Missing Values?
No
Introductory Paper
By Aleksej Logacjov, Kerstin Bach, Atle Kongsvold, H. Bårdstu, P. Mork. 2021
Published in Italian National Conference on Sensors
Dataset Files
File | Size |
---|---|
harth/S015.csv | 59.5 MB |
harth/S008.csv | 57.1 MB |
harth/S006.csv | 55.4 MB |
harth/S012.csv | 53.5 MB |
harth/S014.csv | 50.9 MB |
0 to 5 of 22
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset harth = fetch_ucirepo(id=779) # data (as pandas dataframes) X = harth.data.features y = harth.data.targets # metadata print(harth.metadata) # variable information print(harth.variables)
Logacjov, A., Kongsvold, A., Bach, K., Bårdstu, H., & Mork, P. HARTH [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5NC90.
Keywords
Creators
Aleksej Logacjov
aleksej.logacjov@ntnu.no
Norwegian University of Science and Technology
Atle Kongsvold
Norwegian University of Science and Technology
Kerstin Bach
Norwegian University of Science and Technology
Hilde Bremseth Bårdstu
Norwegian University of Science and Technology
Paul Jarle Mork
Norwegian University of Science and Technology
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.