result picture illustrate:
The sensors(acceleration and gyroscope sensor) is realtime to collect data,so we using rnn to detect the people movement.
Sitting,standing,stand to sit,sit to stand,upstairs,downstairs,lying,jumping,joging,walking and fall.
Put the train data to ./dataset/train/,and use kalman filter to handle the data.
python utils.py
python train_rnn.py
Put the test data to ./dataset/test/,and use kalman filter to handle the data.
python run_rnn.py
We using public dataset MobileFall to train and test our net.
I upload the dataset at Baidu网盘,if you cant download from MobileFall,you can try this
The final accuracy is 98.78%