iSEE-Laboratory / PPT

(ECCV 2024) Official PyTorch implementation of paper "Progressive Pretext Task Learning for Human Trajectory Prediction"
MIT License
26 stars 4 forks source link

Cannot access the ETH-UCY dataset link in PECNet #1

Open zoeyliu1999 opened 3 months ago

zoeyliu1999 commented 3 months ago

Hi authors, thanks for sharing your excellent work!

II noticed that you mentioned the pre-processed data is sourced from PECNet. However, I found that the link to the PECNet dataset in the repository is currently unavailable:

This repo contains processed pickle files used for the Stanford Drone Dataset (SDD). We also provide processing scripts and data for the ETH/UCY datasets available here: https://drive.google.com/drive/folders/1ee9h_WtoXZhXZPT0H55uDFZaSmoArbf0?usp=sharing.

Could you kindly provide alternative methods or links to download the pre-processed dataset? Your assistance would be greatly appreciated.

Thank you in advance!

Xiaotong-Lin commented 3 months ago

Hi @zoeyliu1999,

Thank you for your interest in our work! Actually, we have already provided links to the pre-processed SDD and ETH/UCY datasets. You can access the pre-processed data via https://drive.google.com/drive/folders/13ncPnZPFE7cPHZ8KiCYkfeC_2avbg_lr. Please feel free to open an issue if you encounter any problems. : )

Best

gnillling commented 6 days ago

Hi @Xiaotong-Lin,I really appreciate your work on PPT. Can these pkl files be directly used in the PECNet project? I noticed you mentioned that the preprocessed data comes from PECNet, so are these pkl files the same as those in the original project?

Xiaotong-Lin commented 6 days ago

Hi @gnillling, these .pkl files were directly downloaded from the PECNet project, so they should be compatible for direct use. Feel free to let me know if you have any other questions. : )

gnillling commented 6 days ago

@Xiaotong-Lin Thanks for the quick and helpful reply!