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 control the number of points in the generation of the point cloud .ply object? #21

Open
BelhalK opened this issue Jan 13, 2025 · 1 comment

Comments

@BelhalK
Copy link

BelhalK commented Jan 13, 2025

How to control the number of points in the generation of the point cloud .ply object?

is there an argument in the run.py that I am missing?

Thank you!

@zxhuang1698
Copy link

zxhuang1698 commented Jan 14, 2025

We used a fixed point cloud resolution of 512 in SPAR3D. Changing the resolution too much (moderate change is fine) can potentially make the point cloud generation results worse. However, if you want to make such changes, you can modify the sampler accordingly (e.g. here). On the other hand, if you have existing point clouds that have different resolution, you can also input that to our model and our meshing model has reasonable robustness to resolution changes. In such case, you can remove the point cloud subsampling e.g. here.

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