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

Question on initialized parameter values for point cloud crop generation #68

Open
StoneLee0917 opened this issue Feb 8, 2024 · 0 comments

Comments

@StoneLee0917
Copy link

In the function get_generator() in file src/conv_onet/config.py, the parameters are initialized as: recep_field=2**(cfg['model']['encoder_kwargs']['unet3d_kwargs']['num_levels'] + 2), grid_reso = 25 + recep_field - 1, query_vol_size = 25 * unit_size.

Why the reception field is calculated like this? Where does the 25 comes from? In my understanding, query_vol_size and input_vol_size define the size of space that each prediction will be operated in but their relationship with the reception field and 25 is unclear.

Also, is unit_size's physical meaning removed since the queried result points are sampled on a 3D grid with interval (query_crop_size/nx<--25*unit_size/self.resolution0)? (in config/pointcloud_crop/demo_matterport.yaml, a comment says that unit_size define the size of a voxel, in meter)

@StoneLee0917 StoneLee0917 changed the title Value for parameters during point cloud crop generation Question on initialized parameter values for point cloud crop generation Feb 8, 2024
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

1 participant