bartkowiaktomasz / headerify-lstm-cpp

Exporting keras LSTM model to C++ headerfile ready to use on Arduino
MIT License
12 stars 4 forks source link

How to feed continuous data from IMU to the model #4

Closed yang12313 closed 2 years ago

yang12313 commented 4 years ago

Hi,

I am wondering how you feed continuous IMU data into the model ? did you use buffer ?

bartkowiaktomasz commented 2 years ago

For future reference - in this implementation the classification was performed in a local server based on data received from an IMU via Bluetooth Low Energy (i.e. not on a device directly).