roggirg / AutoBots

102 stars 23 forks source link

Cannot find output_npys in train.zip for TrajNet++ dataset #17

Closed LiYun0607 closed 1 year ago

LiYun0607 commented 1 year ago

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.