Welcome to the official repository for the TrEP project, as presented at AAAI 2023. This project focuses on leveraging transformer-based models for predicting pedestrian intentions with an emphasis on handling uncertainty in the predictions.
The details of our approach and findings are thoroughly documented in our paper. You can access the paper through the following links:
To run the project, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/zzmonlyyou/TrEP.git
cd TrEP
Create and activate the Conda environment:
conda env create -f environment.yml
conda activate TrEP-env
This will install all the necessary dependencies as specified in environment.yml.
Training the Model
python train.py
The arguments and their descriptions are documented within train.py. Adjust them as per your requirements.
For any queries or further discussions, please contact Zhengming Zhang.