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

Bin size was too small output maybe be incomplete #4

Open
ashwath98 opened this issue Jun 9, 2023 · 1 comment
Open

Bin size was too small output maybe be incomplete #4

ashwath98 opened this issue Jun 9, 2023 · 1 comment

Comments

@ashwath98
Copy link

Hi, I have managed to start training on ZJU dataset, and I am facing this warning

Bin size was too small in the coarse rasterization phase. This caused an overflow, meaning output may be incomplete. To solve, try increasing max_faces_per_bin / max_points_per_bin, decreasing bin_size, or setting bin_size to 0 to use the naive rasterization

Any changes I should make to the code?

@zidonghua2018
Copy link

You can set max_faces_per_bin=16384 and bin_size=64 at line 162 in cond_model.py

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