Skip to content
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

res["lidar"]["bev_map"] : axes dont match array #2

Closed
woshichase opened this issue May 11, 2022 · 2 comments
Closed

res["lidar"]["bev_map"] : axes dont match array #2

woshichase opened this issue May 11, 2022 · 2 comments

Comments

@woshichase
Copy link

woshichase commented May 11, 2022

Hi, Thank you so much for contributing such a great work.

I followed your installation step and data generating step.

The process seems to be plain sailing:
image

However, when I changed the paths to my own and started to run, an error occurred:
image

Have you met the similar problem?

@neeharperi
Copy link
Owner

Thanks for your interest in our work!

I haven't seen this issue before. Could you give me a few more details about the exact script you're running so I can try to replicate the issue on my end?

res["lidar"]["bev_map"] should be an empty numpy array of size (1, 180, 180). Can you check to verify the size of bev prior to the transpose operation?

@woshichase
Copy link
Author

Hi,Thank you for your help.
It's the first training script in your README.
I checked the bev size. It is:
Rz2k3yU5nT
I am not sure which step turns this grey scale picture into two-channel style. Anyway I reshaped it to (1,180,180) and it turns well😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants