-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
wrong estimate_point_cloud_normals #1577
Comments
Both the images look a little surprising: The upper one varies less than I'd expect, and the lower varies more than I'd expect, assuming you are mapping the normal to color space. Can you investigate the plotting, and perhaps plot the normals as arrows? And what happens when you vary the neighborhood_size and set disambiguate_directions=False? |
I found the wrong normal vectors come from the wrong output of symeig3x3. When I set Moreover, I found that the normal vectors are more consistency when setting |
🐛 Bugs / Unexpected behaviors
the results of estimate_point_cloud_normals are wrong.
Instructions To Reproduce the Issue:
I use the bunny obj from here. and the code is
The visual results of open3d and pytorch3d are as followed.
The text was updated successfully, but these errors were encountered: