-
Notifications
You must be signed in to change notification settings - Fork 192
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
Segmentation fault #221
Comments
Maybe I don't have enough GPU memory? |
Hello @asalan570, Indeed, it's possible that 8GB VRAM for the GPU is not enough. As this is research code, it's not fully optimized and probbaly requires a bit more memory than what you have (I think 12GB should be enough). I'm sorry for that. However, I see that you get an error during the mesh projection part, which is not supposed to take that much memory, so I'm a bit surprised... Could you try rerunning the If the problem comes from the mesh projection, then I will try to update the code and propose a mesh projection done "chunk by chunk" so that it uses less memory. |
Thanks for your reply! Just yesterday when I tried to extract the model on another computer (4070 12G), I also reported a Segmentation fault (core dumped). I saw your reply this morning and tried the parameter :--project_mesh_on_surface_points False and successfully extracted the mesh! Thank you again! |
@Anttwo I always encounter a The When I try to use How do I use Sugar to generate the '.obj' model correctly? |
Hi, I always encounter the error of [Segmentation fault] when executing [train_full_pipel. py] and [extract_mesh.py].
WSL-Ubuntu 2204
i7-12700KF
32GB RAM
4060 8G
commands :
info:
The text was updated successfully, but these errors were encountered: