-
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
result incomplete #16
Comments
It looks like your camera poses may be wrong, causing the fusion to generate odd TSDF values in the voxels where the camera view frustums intersect. I would recommend projecting the 3D point clouds from your RGB-D images, and checking that the camera poses are correct by applying them to the 3D point clouds and seeing if all of the surfaces align. |
@B-Betty I am also facing the same issue. Have you been able to resolve the issue? |
fix gpu version too, tested!
hello @andyzeng
I want to reconstruct the sculpture,the input image is pictures of each side. but the output is always one side .how can I get the all side reconstruction. my result is below:
resource image:
result of one side:(input image is one side)
result of all side(input image is all side,)
The text was updated successfully, but these errors were encountered: