Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 894 Bytes

File metadata and controls

15 lines (8 loc) · 894 Bytes

Momentary Prediction and Arbitrary Prediction

This folder contains codes of XOE (both AOE and MOE) and implementation of XOE on PCCSNet.

Refer to XOE for codes of XOE and how to pre-train the XOE.

Refer to PCCSNet_XOE for how to implement XOE on PCCSNet and how to train the full model.

Refer to DataPreprocess for the data preprocessing code of ETH/UCY and SDD. You can download the processed data here and place them in the "processed_xoe" folder of each dataset in ../dataset.

To preprocess the data of ETH/UCY and SDD on your own, use the following command:

python DataPreprocess/processor.py

The processed data will be automatically placed in the "processed_xoe" folder of each dataset in ../dataset.