-
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
views_to_mesh.py exits without printing any exception right after "LRM forward time:" #20
Comments
OK, running it again in the gradio UI and the console ends in |
With my 6GB GPU it can complete the 'image to view' step with 12GB (~6GB VRAM, ~6GB RAM) in about 35min (standard model), and then it would exit without any OOM warning when the 'views to mesh' step should start. (32GB RAM total so 16GB "shared VRAM") Not sure if I'm trying to pull the impossible with my hardware constraints |
Tested infer/views_to_mesh.py after the new commit, same behavior, at least I'm sure the bug is at this step and it isn't a VRAM issue (I can run infer/image_to_views.py, the part with highest VRAM requirement, slowly) |
meet the same problem |
你是怎么解决的?我也遇到了这个 问题 |
I tried running the script with
python main.py --image_prompt
[valid image path here]--save_folder ./outputs/test/ --max_faces_num 90000 --do_texture_mapping --save_memory
and the output folder only has 2 images, 1 transparent and 1 multi-view image. It apparently didn't do sparse-view reconstruction and exited without printing any errors. What do I miss?The text was updated successfully, but these errors were encountered: