/footstep-vibration

Counts number of people via one vibration sensor

Primary LanguagePython

Vibration + Footstep

Preprocessing

$ ./preprocess.py

Spot event using Similarity

$ ./spot_event_similarity.py

Correctness: ~0.5

Spot event using SVM

$ ./spot_event_svm.py

Correctness: 0.865031 (dummy small set of data)

Spot event using Keyword Spotting

Please read spot_event_kws.py.