agrimgupta92 / sgan

Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
MIT License
819 stars 260 forks source link

Index Error #130

Open SreekarBasa opened 2 months ago

SreekarBasa commented 2 months ago

scripts\sgan\data\trajectories.py", line 124, in init frames = np.unique(data[:,0]).tolist()


IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed

What should i change to train the model.
SreekarBasa commented 2 months ago

parser.add_argument('--delim', default=' ') instead of this put default ='/t', it works!!