Hi,
Thank you so much for your excellent work.
I worked on the environment that you recommend cu11.8 and built nvdiffrast successfully, but when I ran the training codes and use cuda to create gl_context as in mesh.py
if use_opengl:
self.gl_context = dr.RasterizeGLContext()
else:
self.gl_context = dr.RasterizeCudaContext()
it shows below:
could you please tell me how to solve this problem? thanks a lot!