occupancy-for-nuscenes
occupancy-for-nuscenes copied to clipboard
How to deal with velocities=[]
Hi, when I run your code on the trainval set, in some scenes it will meet the following problem:
velocities = np.concatenate((velocities, np.zeros_like(velocities[:, 0:1])), axis=-1) IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed