Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'optixRenderer' has no attribute 'render' #3

Open
huynhtruc0309 opened this issue Jun 12, 2024 · 0 comments
Open

Comments

@huynhtruc0309
Copy link

huynhtruc0309 commented 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!

@huynhtruc0309 huynhtruc0309 changed the title AttributeError: module 'optixRenderer' has no attribute 'render AttributeError: module 'optixRenderer' has no attribute 'render' Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant