yscacaca / DeepSense

Deepsense: a unified deep learning framework for time-series mobile sensing data processing.
196 stars 71 forks source link

Data pre processing about car track problem #30

Open qinyxxxx opened 5 years ago

qinyxxxx commented 5 years ago

Hi, I'm working on the cat tracking problem with DeepSense, you said that

  1. one GPS measurement -> one time interval.
  2. one sample -> a journey with speed from 0 to 0.

I think the number of time intervals(i.e "T" in your paper) is different in different samples, and my question is how to fix this problem, to pad 0 in pre-processing or slove it in the model?