Pytorch implementation of CVPR19 peek into the future.
- LSTM Baseline for trajectory (ADE/FDE);
- LSTM Baseline for future activity (mAP);
- data_utils.py for loading data in Pytorch;
- Trained weights are in weights folder;
- For trjactory, Pytorch LSTM baseline achieves 18.35/37.519 (ADE/FDE);
- For future activity, Pytorch LSTM baseline achieves 0.1998 mAP (mean average precision)
- Above results come from test-set;
- Follows next-prediction official github to preprocess data;
- Simply modify path in maim*.py and data_utils.py;
- Why baselines in pytorch achieve fairly decent results ??