-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
" 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" #5
Comments
You can delete this sentence, our labels has no generation velocities for the time being, which can easily be generated from the label of the box. Can you tell me about the environment you use there? |
Hi,
|
You can rewrite |
You can replace
with
And there is a bug that causes label errors at the boundaries of individual categories, maybe you can save the points before voxel_down_sample(). |
Thanks, I have a try! |
Hi,
When I run the
data_convert.py
to generate the occupancy data,I meet the error below.
The text was updated successfully, but these errors were encountered: