-
Notifications
You must be signed in to change notification settings - Fork 11
Description
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!