jagjeet-singh / argoverse-forecasting

Official Repository for Argoverse Motion Forecasting Baselines
BSD 3-Clause Clear License
242 stars 66 forks source link

About downloading Argoverse forecasting and feature computation #37

Open yangwenzhe opened 3 months ago

yangwenzhe commented 3 months ago

1, The link of Argoverse forecasting in suggested repository is missing, can you provide the correct link? 2, In feature computation step, the link of precomputed features is missing, can you provide the correct link? Moreover, $ python compute_features.py --data_dir <path/to/data> --feature_dir <directory/where/features/to/be/saved> --mode <train/val/test> --obs_len 20 --pred_len 30$ what is the --data_dir <path/to/data>?