InhwanBae / EigenTrajectory

Official Code for "EigenTrajectory: Low-Rank Descriptors for Multi-Modal Trajectory Forecasting (ICCV 2023)"
https://ihbae.com/publication/eigentrajectory/
MIT License
86 stars 5 forks source link

SDD json file #7

Open Carrotsniper opened 2 months ago

Carrotsniper commented 2 months ago

Dear Authors, could you please share the config JSON file for SDD dataset? I only find JSON files for ETH/UCY dataset in the provided repository.

InhwanBae commented 1 month ago

Hi @Carrotsniper,

Sorry for the late reply. You can use any config from the baseline models, but make sure to change "static_dist": 0.326. Also, in the dataloader source code, divide both obs_traj and pred_traj by 20.

For more details, please refer to issue #5.