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

Incorrect result #18

Open
ada-hs opened this issue Sep 5, 2018 · 4 comments
Open

Incorrect result #18

ada-hs opened this issue Sep 5, 2018 · 4 comments

Comments

@ada-hs
Copy link

ada-hs commented Sep 5, 2018

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.

@andyzeng
Copy link
Owner

andyzeng commented Sep 5, 2018

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).

@ada-hs
Copy link
Author

ada-hs commented Sep 7, 2018

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

@kasumiwen
Copy link

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

@ada-hs ada-hs closed this as completed Jun 3, 2019
@ada-hs ada-hs reopened this Jun 3, 2019
@ada-hs
Copy link
Author

ada-hs commented Jun 3, 2019

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

shamitlal pushed a commit to shamitlal/tsdf-fusion that referenced this issue Dec 3, 2020
added backwards compatibility for python2
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

3 participants