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

How to get query points while reconstructing #16

Closed
QtEngineer opened this issue May 10, 2022 · 2 comments
Closed

How to get query points while reconstructing #16

QtEngineer opened this issue May 10, 2022 · 2 comments

Comments

@QtEngineer
Copy link

Hi,
I noticed the number of query point while constructing is highly more than 2000,about 50000.Does it equals to total amount of points from input npz file?

@ErlerPhilipp
Copy link
Owner

Hi @QtEngineer,

to be absolutely clear, there is a big difference between the number of query points while training and while reconstructing an object. During training, it's just some arbitrary constant (I think 10k). During reconstruction, it depends on the number of voxels near any point of the input point cloud. For more details, see the section about sign propagation in the paper and the code around line 304 of data_loader.py:

sdf.get_voxel_centers_grid_smaller_pc(

@QtEngineer
Copy link
Author

Thanks a lot !

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