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.
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.