You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/anaconda3/envs/deep3d_pytorch/lib/python3.6/site-packages/nvdiffrast/torch/../common/glutil.h:36:10: fatal error: EGL/egl.h: No such file or directory
36 | #include <EGL/egl.h>
NVlabs/nvdiffrast#94 官方给到解释是直接用 RasterizeCudaContext 。The Cuda rasterizer (using RasterizeCudaContext instead of RasterizeGLContext) doesn't use OpenGL, so you don't need the OpenGL or EGL libraries.
When I run the test script:
get reconstruction results of example images
python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples
I faced this issue, Can you give any solution, please?
The text was updated successfully, but these errors were encountered: