Deep3DFaceRecon_pytorch
Deep3DFaceRecon_pytorch copied to clipboard
/opt/conda/envs/deep3d_pytorch/lib/python3.6/site-packages/nvdiffrast/common/glutil.h:36:10: fatal error: EGL/egl.h: No such file or directory #include <EGL/egl.h> ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed.
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?
you can try to update your Graphics driver
当我运行测试脚本时:
获取示例图像的重建结果
python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples 我遇到了这个问题,你能给出任何解决方案吗?
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?
Did you solve this problem?
当我运行测试脚本时:
获取示例图像的重建结果
python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples 我遇到了这个问题,你能给出任何解决方案吗?
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?
Did you solve this problem?
Did you solve this problem
I have the same or similar problem
/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>
I solved my "egh.h: no such file" problem by installing this library: apt-get install libegl1-mesa-dev
我通过安装这个库解决了我的“egh.h:没有这样的文件”问题:apt-get install libegl1-mesa-dev
thank you I solve it