-
Notifications
You must be signed in to change notification settings - Fork 134
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
Comments
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). |
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. |
Hi ada-hs, |
@kasumiwen I install opencv and Cuda. I just new a VS cuda/c++ project and import the code of the repo. |
added backwards compatibility for python2
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.
The text was updated successfully, but these errors were encountered: