You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
------------------ Original ------------------
From: menglong1132 ***@***.***>
Date: Mon,Nov 1,2021 8:34 PM
To: niessner/BundleFusion ***@***.***>
Cc: NULLcy ***@***.***>, Comment ***@***.***>
Subject: Re: [niessner/BundleFusion] bundle fusion automatically exit whensetting s_SDFVoxelSize=0.004f (#49)
@Tomas-Lee Increasing the value of 's_hashNumBuckets' and 's_hashNumSDFBlocks' in txt file ‘zParametersDefault.txt’ maybe useful.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
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?
The text was updated successfully, but these errors were encountered: