|
Algorithm 2. Target Tracking Process for Motion Model Classification Using Long Short-Term Memory |
|
Input: Distance measurement from the sensor to the target (); State estimates of each model (); Covariance estimates of each model (); Motion model likelihood value matrix over multiple time steps () |
|
Output: Estimated target position and velocity (t); Covariance of target state estimation (); Current target motion model probability () |
| 1: for i = 1 to 3 do
|
| 2:
|
| 3: end for
|
| 4:
|
| 5:
|
| 6: for i = 1 to 3 do
|
| 7:
|
| 8: ) |
| 9: end for
|
| 10: return , ,
|