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
File "/mnt/projects/4DGaussians/scene/NVDIFFREC/light.py", line 148, in shade
python-BaseException
self.diffuse = ru.diffuse_cubemap(self.specular[-1])
File "/home/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1265, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'EnvironmentLight' object has no attribute 'diffuse'
The text was updated successfully, but these errors were encountered:
File "/mnt/projects/4DGaussians/scene/NVDIFFREC/light.py", line 148, in shade
python-BaseException
self.diffuse = ru.diffuse_cubemap(self.specular[-1])
File "/home/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1265, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'EnvironmentLight' object has no attribute 'diffuse'
The text was updated successfully, but these errors were encountered: