chinmayembedded / Human-Activity-Recognition

Real time human activity recognition using tensorflow openpose and LSTM
Apache License 2.0
15 stars 6 forks source link

Questions about real-time recognition #6

Open Yorkzhang19961122 opened 4 years ago

Yorkzhang19961122 commented 4 years ago

Thank you for your excellent project! I want to know how you send the data generated in real time to the neural network model? I noticed the input format of LSTM (samples, timestep, input_dim), and I have tried to sent several consecutive frames(equal to timestep) to the model in chronological order, but the result is not good.