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

ValueError: negative dimensions are not allowed #55

Open
ljdhhhhh opened this issue May 10, 2024 · 3 comments
Open

ValueError: negative dimensions are not allowed #55

ljdhhhhh opened this issue May 10, 2024 · 3 comments

Comments

@ljdhhhhh
Copy link

When I run test.py, this error will appear at the end

20240510-161901

@lfxx
Copy link

lfxx commented May 11, 2024

When I run test.py, this error will appear at the end

20240510-161901

i get this error too.and i solve it by modify the test.py code refer to openpcdet

@LinearBasis
Copy link

You should figure out where your negative dimensions come from. I had a similar error; it turned out that the box type was not specified in the config, which is why the size was set to -1. Change the config type passed here (

def build_config(self, config_type):
) to the one you need

@zw-92
Copy link

zw-92 commented Sep 13, 2024

You should figure out where your negative dimensions come from. I had a similar error; it turned out that the box type was not specified in the config, which is why the size was set to -1. Change the config type passed here (

def build_config(self, config_type):

) to the one you need

Hello, may I ask where the specific configuration needs to be changed. thank.

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

4 participants