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

Process killed during trimesh contains #8

Open
sunwonlikeyou opened this issue Oct 23, 2024 · 7 comments
Open

Process killed during trimesh contains #8

sunwonlikeyou opened this issue Oct 23, 2024 · 7 comments

Comments

@sunwonlikeyou
Copy link

I did quick_demo.py with demo image.
But Process was killed because of calculating contains method
in lib.tools.semantic_normal_sampling.py , line 346
Trimesh version is 3.23.5

inside = target_mesh.contains(src_verts).astype(int) + 1 
@ZhanxyR
Copy link
Owner

ZhanxyR commented Oct 23, 2024 via email

@ZhanxyR
Copy link
Owner

ZhanxyR commented Oct 23, 2024

I have checked that we also used the trimesh==3.23.5, could you please provide some more information about the crash.

@sunwonlikeyou
Copy link
Author

open3d==0.18.0, torch==2.3.1+cu121.
0.10.0 version couldn't be installed.

@ZhanxyR
Copy link
Owner

ZhanxyR commented Oct 24, 2024 via email

@sunwonlikeyou
Copy link
Author

No, I'm using python3.11. But I think there was no error, then code should be run.

@ZhanxyR
Copy link
Owner

ZhanxyR commented Oct 24, 2024

There remain the bug when using o3d.io.read_triangle_mesh with a higher version of open3d mainly due to the invalid triangle indexes in our processed .obj files. We recommend to use python==3.8 and open3d==0.10. If you hope to run the code with different settings, all of the called function should be fixed. You can try this function with different version of open3d in our subdivided mesh file to see the differences.

@sunwonlikeyou
Copy link
Author

sunwonlikeyou commented Oct 24, 2024

Thank you, I'll change the settings and then I tell you again.

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

2 participants