Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
machine-learning
deep-learning
neural-network
tensorflow
activity-recognition
recurrent-neural-networks
lstm
rnn
human-activity-recognition
-
Updated
Mar 14, 2020 - Jupyter Notebook
Hello, i will ask some question. when i trying to run your code i have error when try to reading training videos and one-hot encoding the training labels the error like this :
"ValueError: No way to determine width or height from video. Need
-sininputdict. Consult documentation on I/O."what should i do? thanks