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

Code availability? #2

Closed Zhanwei-Z closed 1 year ago

Zhanwei-Z commented 1 year ago

Thank you for sharing the great prediction method. When is the code going to be available?

InhwanBae commented 1 year ago

Hi @Zhanwei-Z, I'm currently working on finalizing it. I'll let you know as soon as it's ready for release. Please stay tuned!

InhwanBae commented 1 year ago

Hi @Zhanwei-Z, I just released the source code. Check it out!

Zhanwei-Z commented 10 months ago

Hi @Zhanwei-Z, I just released the source code. Check it out!

Thank you for sharing your excellent code. Are there any plans to release code that supports the SDD and GCS datasets?

InhwanBae commented 10 months ago

Hi @Zhanwei-Z, We used the same code for both the SDD and GCS datasets. Instead, we convert the SDD and GCS datasets into the ETH/UCY format. For SDD, we imported the Y-Net's trajnet split and extracted text files for each scene. As for the GCS dataset, we processed the original dataset for use. please refer here for more details.

Zhanwei-Z commented 10 months ago

Hi @Zhanwei-Z, We used the same code for both the SDD and GCS datasets. Instead, we convert the SDD and GCS datasets into the ETH/UCY format. For SDD, we imported the Y-Net's trajnet split and extracted text files for each scene. As for the GCS dataset, we processed the original dataset for use. please refer here for more details.

Thank you for your response. Could you please provide the processed datasets for SDD and GCS?