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

Cannot finish the HelloRoom demo #287

Closed
kerufu opened this issue Aug 3, 2024 · 3 comments
Closed

Cannot finish the HelloRoom demo #287

kerufu opened this issue Aug 3, 2024 · 3 comments
Labels
question Further information is requested

Comments

@kerufu
Copy link

kerufu commented Aug 3, 2024

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:

  1. when run Hello_World, would freeze at [logging] [INFO] | [meshing OpaqueTerrain]. no error and not finished in 1 hour, so I stopped it
  2. when try docker installation, would crashed due to python version requirement like "fire" described in this issue: Update to bpy 4.1.0 and Python 3.11, packaging for installation to pypi is working (WIP) #252

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

Merge v1.6.0 from branch 'develop'

commit 0712df6
Merge: 8c4e30d ef328ae
Author: Alex Raistrick [email protected]
Date: Thu Aug 1 18:41:42 2024 -0400

Merge pull request #225 from princeton-vl/mesher_version_check

Mesher version check

commit 8c4e30d
Merge: 787feeb 84880b8
Author: Alex Raistrick [email protected]
Date: Thu Aug 1 18:36:55 2024 -0400

Merge pull request #230 from princeton-vl/f_more_format_rules

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

  • OS & OS Version: MacOS 14.5
  • GPU (?) : Apple M3 Max
  • GPU Driver Version (?) :
  • RAM (GB): 128

Additional context

@kerufu kerufu added the question Further information is requested label Aug 3, 2024
@Boltzmachine
Copy link

Same problem

@JuliaChae
Copy link

I am also having the same issue! Has anyone had luck resolving it?

@araistrick
Copy link
Contributor

Hello, sorry for the issue, this was broken in a recent commit but should now be fixed thanks to the patch I just pushed from @mazeyu

araistrick added a commit that referenced this issue Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants