Git Product home page Git Product logo

fall-detection's Introduction

Fall Detection for the Elderly

This is a cleaned version of the experiment I developped during my Master's Thesis to detect falls based on wereable sensors. It resulted in two publications:

Dataset

This experiment only works with the publicly available SisFall dataset which is a a fall and movement dataset based on wearable sensors.

Usage

The experiment is in the file main_experiment.py which requires the following input parameters:

  • dataset_folder : The path of the folder containing the SisFall data set.
  • output_folder : The path of the folder where all the results will be saved.

The following list defines the optional parameters which all have default values:

  • -se, --sensors : The list of sensors axes as numbers from 0 to 8 included.
  • -is, --ignored_subjects : The list of ignored subjects as subjects names from SA01 to SA23 and SE01 to SE15.
  • -du, --duration : The duration of the sample in [ms] as a number between 1000 and 12000 included.
  • -fr, --frequencies : The list of frequencies of the sampling [Hz] as numbers from 1 to 200 included and divisor of 200.
  • -pr, --pre_time : The duration after the impact in [ms] (must be between 100 and 5000, only available with multi-class).
  • -po, --post_time : The duration before the impact in [ms] (must be between 100 and 5000, only available with multi-class).
  • -cl, --classification : The classification type (either binary or multi-class).
  • -mo, --models : The list of machine learning algorithms to use (either knn, svm, dt, rg or gb).
  • -kf, --k_fold : The number of folds to use (must be between 2 and 10).

fall-detection's People

Stargazers

 avatar

Watchers

Nicolas Zurbuchen avatar

Forkers

yuexia9527

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.