tsdf-fusion icon indicating copy to clipboard operation
tsdf-fusion copied to clipboard

Incorrect result

Open ada-hs opened this issue 7 years ago • 4 comments

Hi . I have configured the code on Windows 10 + VS2013+ CUDA9.2+OpenCV3.0. And I run the demo successfully. But the result point cloud file(tsdf.ply) looks not correct. did there any body know why this happen?

I did not change the default parameters....

Here is the result.

ada-hs avatar Sep 05 '18 07:09 ada-hs

What is the GPU on your computer? If your GPU has compute capability 2.x or below, then the problem may be related to GPU grid/block thread organization (the code here is not particularly flexible in that respect).

Another possible source of error could be related to windows (I haven't tested the code on Windows yet).

andyzeng avatar Sep 05 '18 18:09 andyzeng

Thanks for your responding. I apply the offered tsdf2mesh.m in matlab and get the mesh.ply. Finally, I got the mesh results. And I check my PC that my GPU(GT 710) is available to compute. Maybe you are right. I have another question about the voxel size. will the voxel size influence the mesh surface quality? I adjust the size (the default parameter is 0.006 and I try smaller size) but there is no difference

ada-hs avatar Sep 07 '18 03:09 ada-hs

Hi ada-hs, How you configured to work on windows? I'm trying to do the same thing. Thank you!

kasumiwen avatar May 14 '19 01:05 kasumiwen

@kasumiwen I install opencv and Cuda. I just new a VS cuda/c++ project and import the code of the repo.

ada-hs avatar Jun 03 '19 05:06 ada-hs