GoalNet full source code.
GoalNet, a new trajectory prediction neural network based on the goal areas of a pedestrian. GoalNet multi-modal trajectory results significantly improves the previous state-of-the-art performance by 48.7% on the JAAD and 40.8% on the PIE dataset.
GoalNet as shown in paper. https://arxiv.org/abs/2402.19002
- The prediction results are more accurate if segmentation is used, but the corresponding segmentation model needs to be trained first, and specify the model_seg.py as GoalNet training structure.
- Note that if the dataset does not provide segmentation data, and you label it yourself, it means that additional training data beyond the dataset is used, and it may not be appropriate to compare this result.
GoalNet for deterministic trajectory prediction.