You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your paper and code for "Three Steps to Multimodal Trajectory Prediction: Modality Clustering, Classification and Synthesis". It's an amazing job.
I want ask a question about val_dataset and test_dataset in your code. It seems you use the same dateset for val_dataset and test_dataset. For example, for eth dataset you use eth_8_12.npy as the validation and test dataset. But you can't use the same dataset for test and validation.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
YonghaoDong
changed the title
Question about val_dataset and val_dataset
Question about test_dataset and val_dataset
Feb 22, 2022
Thanks! We use this file as default for convenience. Users can get ADE/FDE according to the Evaluation part and corresponding predicted trajectories according to the Testing part. It is free to change the val and test file.
Hi,
Thanks for your paper and code for "Three Steps to Multimodal Trajectory Prediction: Modality Clustering, Classification and Synthesis". It's an amazing job.
I want ask a question about val_dataset and test_dataset in your code. It seems you use the same dateset for val_dataset and test_dataset. For example, for eth dataset you use eth_8_12.npy as the validation and test dataset. But you can't use the same dataset for test and validation.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: