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

bundle fusion automatically exit when setting s_SDFVoxelSize=0.004f #49

Open
Tomas-Lee opened this issue Oct 27, 2019 · 4 comments
Open

Comments

@Tomas-Lee
Copy link

In the test Dataset office3.sens, when limiting the voxel size into 4mm, the program will stuck after outputting "<<<[Frame: 222] 273 >>>" , then it exits without any more output.
But when setting the voxelsize more than 7mm, the program will run OK.
I check out the GPU memory comsumption and CPU memory comsumption, but there are still a lot free space.
My hardware configuration is win10+cuda8.0+vs2013+GTX1080ti
the parameter I changed is only the following:
s_SDFVoxelSize = 0.004f;

Does anyone know the reason?

@NULLcy
Copy link

NULLcy commented Nov 10, 2019

i don't know

@yan-zeng-quan
Copy link

Increasing the value of 's_marchingCubesMaxNumTriangles' in txt file ‘zParametersDefault.txt’ could be useful.

@xxmd1132
Copy link

xxmd1132 commented Nov 1, 2021

@Tomas-Lee Increasing the value of 's_hashNumBuckets' and 's_hashNumSDFBlocks' in txt file ‘zParametersDefault.txt’ maybe useful.

@NULLcy
Copy link

NULLcy commented Nov 4, 2021 via email

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

4 participants