This repository contains an unofficial PyTorch implementation of the "Cell-Level Trajectory Prediction Using Time-embedded Encoder-Decoder Network" method, as part of the HuMob Challenge 2023.
pip install -r requirements.txt
- Prepare data
Download the data from here and place it in the data
directory.
- Train
python train_task1.py
python train_task2.py
- Predict
python val_task1.py
python val_task2.py