You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: