-
Notifications
You must be signed in to change notification settings - Fork 96
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
Rendering artifact #20
Comments
Sorry for the late reply. I imagine this is a pecularity of this mesh. Do you have a link handy? Or were you already able to resolve this issue? |
I guess so, there are lots of meshes whose faces' normal are not right in ShapeNet(car, guitar...). They look abnormal when face culling mode is not set in MeshLab. I've tried to make it look normal in Blender by searching Blender docs and modifying your scripts but failed. Finally, I solved it |
I see this in a few models in ShapeNetv2 as well, along side with other artifacts (missing texture, inverted faces). This looks like z-fighting, and if the dataset is only used for machine learning it shouldn't be that huge of an issue. Another person also had the same issue here. |
Adding an option for face culling sounds like a good idea! Would you like to send a PR so others can benefit from your solution? |
Thanks for @panmari sharing rendering code. I am wondering if there is a solution to the rendering artifact below. I have tried
bpy.ops.mesh.normals_make_consistent(inside=False)
. But it doesn't work. Really appreciate you help!The text was updated successfully, but these errors were encountered: