JunweiLiang / Multiverse

Dataset, code and model for the CVPR'20 paper "The Garden of Forking Paths: Towards Multi-Future Trajectory Prediction". And for the ECCV'20 SimAug paper.
https://next.cs.cmu.edu/multiverse/
Apache License 2.0
250 stars 61 forks source link

SDD and Argoverse npz train and validation files. #9

Closed jagmonroy closed 3 years ago

jagmonroy commented 4 years ago

Hi,

congratulations, great work you have here. I wonder if it is possible sharing the datasets you used in SimAug to train in the same way as you did in Next Prediction. In NextP repo it is possible download a train, val and test npz files for Actev dataset. Is there something similar available for SDD and Argoverse Dataset? I only found the test npz files for SDD and Argoverse.

thanks a lot in advance.

JunweiLiang commented 4 years ago

Thanks. I will do that in a week. Note that for SimAug training we do not use training data from real videos (ActEV/SDD/Argoverse), only in the fine-tuning experiments.

JunweiLiang commented 3 years ago

I finally have time to do this. The train/val npz files for SDD are shared here. You can also follow instructions from here to extract from the original dataset. For Argoverse, we did not do any fine-tuning so there is no train/val npz file shared. But you can easily do so based on the PROPRO instructions.