Closed jryebread closed 2 months ago
Given EGL/egl.h: No such file or directory
, you may try sudo apt-get install libegl1-mesa-dev
.
i am on centos (amazon linux) and looks like the equivalent is here: https://centos.pkgs.org/7/centos-x86_64/mesa-libGL-devel-18.3.4-10.el7.x86_64.rpm.html but after installing that it didn't work to fix the EGL error.. I guess I will need to try ubuntu instance instead..
When you ran tests for training the model was it on a headless server or normal linux pc? I'm worried I won't be able to get it to run at all on headless.
I often run this repo on a headless remote server with Ubuntu. It is also possible to run GUI with x11 forwarding.
Usually, I would first make glxgears
run on a machine to make sure OpenGL components are ready, then start setting up the repo.
hmm what happened to this repo? why has it been deleted?
Hi, I am on an AWS server, I have succesfully installed
pip install -r requirements.txt
but when I run train command on dataset I get error fromnvdiffrast
, I think due to it being a headless server and not having OpenGL installed.according to this issue: https://github.com/3DTopia/LGM/issues/38 I can run nvdiffrast with
--force_cuda_rast
, but I'm not sure where to add this in the code, can you help me?Thank you in advance. | NVIDIA-SMI 535.161.08 Driver Version: 535.161.08 CUDA Version: 12.2
FULL ERROR BELOW