Open chengcaoc opened 4 years ago
marching cubes exceeded max number of triangles?in zParametersDefault.txt s_marchingCubesMaxNumTriangles = 4000000; change 4000000 to bigger number ?
its useful to change the zParametersDefault.txt .At last ,i set big value, s_marchingCubesMaxNumTriangles = 10000000, because i have failed with 4000000, 5000000... its obvious that the solution for different datasets is different
result: <<< [Frame: 3988 ] 89584 >>> [no more reintegration ops] 197 frames past end [ stop scanning and exit ]
[marching cubes] running marching cubes... s_streamingEnabled... size before: 15159015 saving mesh (../data/apt2.ply) ...done! Mesh generation time 0 seconds done!
valid = true heapFreeCount = 89584 numValidOptTransforms = 3327 numTransforms = 3989
Could the mesh produced by bundleufsion is complete? Could you take a snap of the picture of the mesh, let me have a look at? for someone say he got incomplete mesh.
we test apt2.sens dataset, the process finished, but result is not completed.Testing with different strong computer devices ,we still find it. Even if we use same setting ,it happens in different datasets.So ,we have to record and show it. <<< [Frame: 3988 ] 96327 >>> <<< [Frame: 3988 ] 96469 >>> [no more reintegration ops] 172 frames past end [ stop scanning and exit ]
VALID TRANSFORMS = 2817
[marching cubes] running marching cubes... marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000000, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000005, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000006, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000001, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000002, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000003, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000004, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000007, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000008, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000009, 3000000, 3000000) marching cubes exceeded max number of triangles (addr, #tri, max#tri): (3000010, 3000000, 3000000) s_streamingEnabled... size before: 9000000 saving mesh (../data/apt2.ply) ...done! Mesh generation time 0 seconds done!
the processed.txt file's content : valid = true heapFreeCount = 96469 numValidOptTransforms = 2817 numTransforms = 3989
observing the apt2.ply in meshlab, we find many empty spaces. Maybe anyone kowns how to fix it? thx