STRCWearlab / DeepConvLSTM

Deep learning framework for wearable activity recognition based on convolutional and LSTM recurretn layers
269 stars 118 forks source link

Why is SLIDING_WINDOW_LENGTH = 24? #7

Open hsm207 opened 6 years ago

hsm207 commented 6 years ago

Why is SLIDING_WINDOW_LENGTH = 24 ?

In the paper, it is mentioned that the window is 500 milliseconds.

I don't see how setting the window length to be 24 ensures that its length is always 500 milliseconds.

SqrtPapere commented 6 years ago

indeed to obtain 500 ms windows (0.5 s), the length should be 0.530 (seconds f_s) = 15