Thanks for your great work for autonomous driving! But I found some problems when I try to use the TrajNet++ dataset, and I am looking forward to hearing from you soon.
As for the TrajNet++ Setup:
"Download the train.zip dataset from here.
Extract the data
Then run:
python create_data_npys.py --raw-dataset-path /path/to/synth_data/ --output-npy-path /path/to/output_npys"
After I extract the data from train.zip, I didn't find any files named output_npys. I just get "synth_data" and "real_data", which caused me cannot access the dataset.
Thanks for your great work for autonomous driving! But I found some problems when I try to use the TrajNet++ dataset, and I am looking forward to hearing from you soon.
As for the TrajNet++ Setup: "Download the train.zip dataset from here. Extract the data Then run: python create_data_npys.py --raw-dataset-path /path/to/synth_data/ --output-npy-path /path/to/output_npys"
After I extract the data from train.zip, I didn't find any files named output_npys. I just get "synth_data" and "real_data", which caused me cannot access the dataset.