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

what does the parameter in test.py mean? #1

Closed
AOOOOOA opened this issue Sep 30, 2021 · 2 comments
Closed

what does the parameter in test.py mean? #1

AOOOOOA opened this issue Sep 30, 2021 · 2 comments

Comments

@AOOOOOA
Copy link

AOOOOOA commented Sep 30, 2021

Hi,
First of all, this is a wonderful project and has a good performance. But when I use it on my own dataset, I had some questions about the meaning of parameters.

num_y = 120
num_x = 40
num_height = 20
max_height = 1 # max height
max_length = 1 # max_length in xy direction (same for x and y)

Could you please tell me the parameter meaning and what will happen if these values get bigger or smaller?

@MaverickPeter
Copy link
Member

Hi, @AOOOOOA
I apologize for the missing explanation in README.
The num_x/y/height is the voxel grid number in the x/y/z direction. More occupied information will be captured when this param gets bigger. Max_height/length means the max value of the input in z and x/y direction.

@AOOOOOA
Copy link
Author

AOOOOOA commented Nov 16, 2021

Sorry for the late response.

Thanks so much for your clear reply!

@AOOOOOA AOOOOOA closed this as completed Nov 16, 2021
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