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
I also went to OptixRendererShadow directory and compiled the code following the link.
I got this error after running the command:
BRDF time: 1064.435 ms Visible lamp time: 2.852 ms Visible window time: 0.007 ms Invisible lamp time: 2.147 ms Invisible window time: 3.707 ms Traceback (most recent call last): File "/home/ht10538y/IndoorLightEditing/testRealBRDFLight.py", line 1008, in <module> = renderShadow.forward( File "/home/ht10538y/IndoorLightEditing/renderShadowDepth.py", line 172, in forward shadow = optixRenderer.render( AttributeError: module 'optixRenderer' has no attribute 'render'
I don't know what could be the possible cause. Please help me and thank you very much!
The text was updated successfully, but these errors were encountered:
huynhtruc0309
changed the title
AttributeError: module 'optixRenderer' has no attribute 'render
AttributeError: module 'optixRenderer' has no attribute 'render'
Jun 12, 2024
Dear Authors,
Thank you for your work. I am trying to run this command for material and light source prediction
python testRealBRDFLight.py --testList testList.txt --isOptimize
I also went to OptixRendererShadow directory and compiled the code following the link.
I got this error after running the command:
BRDF time: 1064.435 ms Visible lamp time: 2.852 ms Visible window time: 0.007 ms Invisible lamp time: 2.147 ms Invisible window time: 3.707 ms Traceback (most recent call last): File "/home/ht10538y/IndoorLightEditing/testRealBRDFLight.py", line 1008, in <module> = renderShadow.forward( File "/home/ht10538y/IndoorLightEditing/renderShadowDepth.py", line 172, in forward shadow = optixRenderer.render( AttributeError: module 'optixRenderer' has no attribute 'render'
I don't know what could be the possible cause. Please help me and thank you very much!
The text was updated successfully, but these errors were encountered: