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

DMtet fine-tune in remote service #189

Closed
lingtengqiu opened this issue Apr 7, 2023 · 3 comments
Closed

DMtet fine-tune in remote service #189

lingtengqiu opened this issue Apr 7, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@lingtengqiu
Copy link

Description

When I run command

python main.py -O --text "A baby bunny sitting on top of a stack of pancakes" --workspace trial_dmtet --dmtet --iters 5000 --init_ckpt trial/checkpoints/df.pth

to obtain the fine-tune DMtet mesh, I had the following problem.

[F glutil.cpp:338] eglInitialize() failed

Steps to Reproduce

""

Expected Behavior

""

Environment

PyTorch1.2.0, CUDA11.3

@lingtengqiu lingtengqiu added the bug Something isn't working label Apr 7, 2023
@ashawkey
Copy link
Owner

ashawkey commented Apr 7, 2023

@lingtengqiu Hi, this is related to failure of OpenGL installation, you may try to reinstall the CUDA driver, or use nvidia-docker as suggested in #131.

@lingtengqiu
Copy link
Author

Thanks

@zhongjinluo
Copy link

Replace all dr.RasterizeCudaContext(output_db=False) to dr.RasterizeCudaContext() in nerf/renderer.py as suggested in sicxu/Deep3DFaceRecon_pytorch#2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants