# track-prediction **Repository Path**: ablocker/track-prediction ## Basic Information - **Project Name**: track-prediction - **Description**: 4D航迹预测 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-01-06 - **Last Updated**: 2025-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 4D 航迹预测 > 使用`MXNet`框架。 -->[`切换PyTorch`](https://github.com/oct-month/track-prediction/tree/torch) ### 数据描述 - **input** `batch x feature x sequence` - **output** `batch x label` - **feature** `[时间, 经度, 纬度, 速度, 高度, 航向]` - **label** `[时间, 经度, 纬度, 高度]` - **sequence** `6个连续的雷达数据` ### 模型 ![模型](.img/model.png)