asheshjain399 / RNNexp

Other
256 stars 91 forks source link

how could I run maneuver-rnn.py with index and fold? #13

Closed d-zhou12 closed 6 years ago

d-zhou12 commented 6 years ago

I just download the dataset from https://www.dropbox.com/sh/yndzlk3o90ooq2j/AACWUT8xjabmILM6-rm1_gNAa?dl=0 and then run the maneuver-rnn.py as :

~/RNNexp/anticipatory-rnn/maneuver-anticipation$ python maneuver-rnn.py 960453 fold_1

The error info: File "maneuver-rnn.py", line 23, in test_data = cPickle.load(open('{1}/testdata{0}.pik'.format(index,path_to_dataset)))
IOError: [Errno 2] No such file or directory: '/home/dong/brain4car/brain4cars_data/fold_1/test_data_960453.pik'

how could I get the correct floder path and pik files? thanks for your help