-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Hello author, I'm encountering a problem when using Kalmennet for vehicle sideslip angle estimation. My approach is as follows:
-
I used data collected by the high-fidelity simulation platform Carsim, processing it into approximately 130 state sequences of 5000 time series each.
-
Similar to conventional KF, I used [beta, yawrate] as the state variables and [ay, wz] as the observations.
-
I modified the source code for GPU batch training, using a normally normalized output and ground truth labels distributed in the training set during supervision to reduce the influence of dimensions; the batch size is 64, the epoch number is 150, and each epoch iterates through 5000 time steps, with the estimation for each step being computed in parallel across the batch size.
However, the current training effect is very limited. The estimated beta shows a similar trend, but the numerical magnitude still differs. I would like to ask if you could provide some suggestions.