-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Hi, I'll check later. And what about the version of Open3D?
…--------------原始邮件--------------
发件人:"sunwonlikeyou ***@***.***>;
发送时间:2024年10月23日(星期三) 下午5:52
收件人:"ZhanxyR/SHERT" ***@***.***>;
抄送:"Subscribed ***@***.***>;
主题:[ZhanxyR/SHERT] Process killed during trimesh contains (Issue #8)
-----------------------------------
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I have checked that we also used the |
open3d==0.18.0, torch==2.3.1+cu121. |
I think the open3d can not be installed mainly due to the version of python. Are you using python>3.8?
…--------------原始邮件--------------
发件人:"sunwonlikeyou ***@***.***>;
发送时间:2024年10月24日(星期四) 上午8:24
收件人:"ZhanxyR/SHERT" ***@***.***>;
抄送:"Xiaoyu Zhan ***@***.***>;"Comment ***@***.***>;
主题:Re: [ZhanxyR/SHERT] Process killed during trimesh contains (Issue #8)
-----------------------------------
open3d==0.18.0, torch==2.3.1+cu121.open3d==0.18.0, torch==2.3.1+cu121.
0.10.0 version couldn't be installed.0.10.0版本无法安装。
——
Reply to this email directly, 直接回复这封邮件,view it on GitHub在GitHub上查看它, or ,或unsubscribe取消订阅.
You are receiving this because you commented.你收到这个是因为你发表了评论。Message ID: 消息ID:<ZhanxyR/SHERT/issues/8/2433866813<ZhanxyR/SHERT/issues/8/2433866813@@githubgithub的.com>com >
|
No, I'm using python3.11. But I think there was no error, then code should be run. |
There remain the bug when using |
Thank you, I'll change the settings and then I tell you again. |
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
The text was updated successfully, but these errors were encountered: