Skip to content

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

@huynhtruc0309

Description

@huynhtruc0309

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions