Deep3DFaceRecon_pytorch
Deep3DFaceRecon_pytorch copied to clipboard
ninja: build stopped: subcommand failed.
When I run the test script: I faced this problem. Can you help me with handling it, please?
I also meet this problem. Have you solved that?
same
ok I was able to fix this by changing ninja version to 1.9.0 in Anaconda @elenacliu @muxiddin19
-now I'm getting this error (:
RuntimeError: glLinkProgram() failed:
Fragment info
-------------
0(2) : error C7528: OpenGL reserves names starting with 'gl_': gl_PrimitiveID
(0) : error C2003: incompatible options for link
Success after doing this, https://github.com/sicxu/Deep3DFaceRecon_pytorch/issues/86#issuecomment-1162067698
Finally!
add "--use_opengl False" as the author mentioned in Readme may help.