This is the code for the 2019 Electronics Letters paper Applying Singular Value Decomposition on Accelerometer Data for 1D Convolutional Neural Network Based Fall Detection by Heeryon Cho and Sang Min Yoon.
This code runs with:
* Ubuntu 16.04
* NVIDIA GeForce GTX 960
* TensorFlow version 1.5.0
* Python 2.7.12
Please download the following three Human Activity Recognition benchmark datasets (which include fall activities) from the respective sites and place them inside the 'raw_dataset' folder.
* SisFall (http://sistemic.udea.edu.co/en/research/projects/english-falls/)
* UMAFall (https://figshare.com/articles/UMA_ADL_FALL_Dataset_zip/4214283/6) [version 6]
* UniMiB (http://www.sal.disco.unimib.it/technologies/unimib-shar/)
If you find this useful, please cite our work as follows:
@article{ChoYoon_2019ElectronicsLetters,
author = {Heeryon Cho and Sang Min Yoon},
title = {Applying Singular Value Decomposition on Accelerometer Data for
1D Convolutional Neural Network Based Fall Detection},
journal = {Electronics Letters},
volume = {55},
number = {6},
pages = {320--322},
doi = {10.1049/el.2018.6117},
year = {2019},
}