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
Run the HelloRoom, can get the coarse done, but would crash when run the commands to render an RGB image and ground truth:
AttributeError: 'CompositorNodeOutputFile' object has no attribute 'format.file_format'
In call to configurable 'configure_compositor_output' (<function configure_compositor_output at 0x331a69240>) in scope 'full'
In call to configurable 'render_image' (<function render_image at 0x331a69f30>) in scope 'full'
In call to configurable 'render' (<function render at 0x331a78ee0>)
In call to configurable 'execute_tasks' (<function execute_tasks at 0x331a7a680>)
2 points may be relevant:
when run Hello_World, would freeze at [logging] [INFO] | [meshing OpaqueTerrain]. no error and not finished in 1 hour, so I stopped it
Steps to Reproduce
Run the HelloRoom, can get the coarse done, but would crash when run the commands to render an RGB image and ground truth:
AttributeError: 'CompositorNodeOutputFile' object has no attribute 'format.file_format'
In call to configurable 'configure_compositor_output' (<function configure_compositor_output at 0x331a69240>) in scope 'full'
In call to configurable 'render_image' (<function render_image at 0x331a69f30>) in scope 'full'
In call to configurable 'render' (<function render at 0x331a78ee0>)
In call to configurable 'execute_tasks' (<function execute_tasks at 0x331a7a680>)
2 points may be relevant:
What version of the code were you using?
tried both 1.6 and 1.5 release
commit 8d07936 (HEAD -> main, tag: v1.6.0, origin/main, origin/HEAD)
Merge: c537e24 0712df6
Author: pvl-bot [email protected]
Date: Thu Aug 1 18:53:56 2024 -0400
commit 0712df6
Merge: 8c4e30d ef328ae
Author: Alex Raistrick [email protected]
Date: Thu Aug 1 18:41:42 2024 -0400
commit 8c4e30d
Merge: 787feeb 84880b8
Author: Alex Raistrick [email protected]
Date: Thu Aug 1 18:36:55 2024 -0400
What command did you run?
python -m infinigen_examples.generate_nature --seed 0 --task render --input_folder outputs/indoors/coarse --output_folder outputs/indoors/frames
What are your FULL output logs?
log.txt
If this is your first time running Infinigen, what are the full install logs?**
logs.txt
Platform
Additional context
The text was updated successfully, but these errors were encountered: