MAUS: A Dataset for Mental Workload Assessment Using Wearable Sensor - Baseline system

Overview

MAUS: A Dataset for Mental Workload Assessment Using Wearable Sensor - Baseline system

alt text

Getting started

To start working on this assignment, you should clone this repository into your local machine by using the following command.

git clone https://github.com/rickwu11/MAUS_dataset_baseline_system.git

Dependencies

Baseline system of MAUS requires the following:

  • Python (>= 3.5)
  • numpy >= 1.19.5
  • scipy >= 1.5.4
  • pandas >= 1.1.5
  • matplotlib >=3.3.4
  • statsmodels >= 0.12.2
  • pyhrv >= 0.4.0
  • biosppy >= 0.7.0
  • EMD-signal >= 0.2.15

Dataset downloading

The MAUS dataset can be downloaded from: http://ieee-dataport.org/4216. Extract the .zip file under this folder.

Baseline system running

The extracted features were provided for classification under the folder: ./feature_data

Peak detection, extract inter-beat intervals (IBI)

python3 peak_detection.py --src_data 
   
     --dst_data 
    
      --single_sub 
     
       --sub_id 
      
        --rest_data 
        
       
      
     
    
   

: (str) Raw signal datapath; Default: ./MAUC/Data/Raw_data

: (str) Extract IBI sequence datapath; Default: ./MAUC/Data/

: (bool) Extract IBI sequence from single subject; Default: True

: (str) ID of the single subject; Default: 002

: (bool) Extract resting IBI sequence; Default: False

HRV features extraction

python3 HRV_feature_extraction.py --data 
   

   

: (str) Inter-beat Intervals (IBI) sequence path; Default: ./MAUC/Data/IBI_sequence/

Classification

python3 classification.py --data 
   
     --mode 
    

    
   

: (str) feature data path; Default: ./feature_data

: (str) validation type; Default: LOSO

  • LOSO: leave-one-subject-out cross validation
  • Mixed: mixed-subject 5-fold cross validation
You might also like...
An air quality monitoring service with a Raspberry Pi and a SDS011 sensor.

Raspberry Pi Air Quality Monitor A simple air quality monitoring service for the Raspberry Pi. Installation Clone the repository and run the following

MaRS - a recursive filtering framework that allows for truly modular multi-sensor integration
MaRS - a recursive filtering framework that allows for truly modular multi-sensor integration

The Modular and Robust State-Estimation Framework, or short, MaRS, is a recursive filtering framework that allows for truly modular multi-sensor integration

Demo code for ICCV 2021 paper
Demo code for ICCV 2021 paper "Sensor-Guided Optical Flow"

Sensor-Guided Optical Flow Demo code for "Sensor-Guided Optical Flow", ICCV 2021 This code is provided to replicate results with flow hints obtained f

Fast and robust clustering of point clouds generated with a Velodyne sensor.
Fast and robust clustering of point clouds generated with a Velodyne sensor.

Depth Clustering This is a fast and robust algorithm to segment point clouds taken with Velodyne sensor into objects. It works with all available Velo

DeepLearning Anomalies Detection with Bluetooth Sensor Data

Final Year Project. Constructing models to create offline anomalies detection using Travel Time Data collected from Bluetooth sensors along the route.

Scikit-event-correlation - Event Correlation and Forecasting over High Dimensional Streaming Sensor Data algorithms

scikit-event-correlation Event Correlation and Changing Detection Algorithm Theo

Project code for weakly supervised 3D object detectors using wide-baseline multi-view traffic camera data: WIBAM.
Project code for weakly supervised 3D object detectors using wide-baseline multi-view traffic camera data: WIBAM.

WIBAM (Work in progress) Weakly Supervised Training of Monocular 3D Object Detectors Using Wide Baseline Multi-view Traffic Camera Data 3D object dete

Easy and comprehensive assessment of predictive power, with support for neuroimaging features
Easy and comprehensive assessment of predictive power, with support for neuroimaging features

Documentation: https://raamana.github.io/neuropredict/ News As of v0.6, neuropredict now supports regression applications i.e. predicting continuous t

MagFace: A Universal Representation for Face Recognition and Quality Assessment
MagFace: A Universal Representation for Face Recognition and Quality Assessment

MagFace MagFace: A Universal Representation for Face Recognition and Quality Assessment in IEEE Conference on Computer Vision and Pattern Recognition

Owner
null
Image-retrieval-baseline - MUGE Multimodal Retrieval Baseline

MUGE Multimodal Retrieval Baseline This repo is implemented based on the open_cl

null 47 Dec 16, 2022
Image-generation-baseline - MUGE Text To Image Generation Baseline

MUGE Text To Image Generation Baseline Requirements and Installation More detail

null 23 Oct 17, 2022
Jingju baseline - A baseline model of our project of Beijing opera script generation

Jingju Baseline It is a baseline of our project about Beijing opera script gener

midon 1 Jan 14, 2022
Transfer SemanticKITTI labeles into other dataset/sensor formats.

LiDAR-Transfer Transfer SemanticKITTI labeles into other dataset/sensor formats. Content Convert datasets (NUSCENES, FORD, NCLT) to KITTI format Minim

Photogrammetry & Robotics Bonn 64 Nov 21, 2022
Official implementation of ETH-XGaze dataset baseline

ETH-XGaze baseline Official implementation of ETH-XGaze dataset baseline. ETH-XGaze dataset ETH-XGaze dataset is a gaze estimation dataset consisting

Xucong Zhang 134 Jan 3, 2023
VIL-100: A New Dataset and A Baseline Model for Video Instance Lane Detection (ICCV 2021)

Preparation Please see dataset/README.md to get more details about our datasets-VIL100 Please see INSTALL.md to install environment and evaluation too

null 82 Dec 15, 2022
The ARCA23K baseline system

ARCA23K Baseline System This is the source code for the baseline system associated with the ARCA23K dataset. Details about ARCA23K and the baseline sy

null 4 Jul 2, 2022
Official PyTorch implementation of the paper "Recycling Discriminator: Towards Opinion-Unaware Image Quality Assessment Using Wasserstein GAN", accepted to ACM MM 2021 BNI Track.

RecycleD Official PyTorch implementation of the paper "Recycling Discriminator: Towards Opinion-Unaware Image Quality Assessment Using Wasserstein GAN

Yunan Zhu 23 Nov 5, 2022
Python interface for the DIGIT tactile sensor

DIGIT-INTERFACE Python interface for the DIGIT tactile sensor. For updates and discussions please join the #DIGIT channel at the www.touch-sensing.org

Facebook Research 35 Dec 22, 2022
Official code for "EagerMOT: 3D Multi-Object Tracking via Sensor Fusion" [ICRA 2021]

EagerMOT: 3D Multi-Object Tracking via Sensor Fusion Read our ICRA 2021 paper here. Check out the 3 minute video for the quick intro or the full prese

Aleksandr Kim 276 Dec 30, 2022