princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.31k stars 453 forks source link

I ran the getting started code for indoor room code on a mac and got an error -Crashed: 09/18 11:54PM outputs/my_dataset/67b253bb/logs/coarse.err reason="ValueError: No configurable matching 'BlueprintSolidifier'." node=None fatal=True #327

Open andytriboletti opened 17 hours ago

andytriboletti commented 17 hours ago

Describe the bug

I am on Mac OS Sequoia. I ran the starter code and got an error.

Steps to Reproduce

What version of the code were you using?

Tell us the commit & commit hash from git log

What command did you run?

python -m infinigen.datagen.manage_jobs --output_folder outputs/my_dataset --num_scenes 1 --pipeline_configs local_256GB.gin monocular.gin blender_gt.gin indoor_background_configs.gin --configs singleroom.gin --pipeline_overrides get_cmd.driver_script='infinigen_examples.generate_indoors' manage_datagen_jobs.num_concurrent=16 --overrides compose_indoors.restrict_single_supported_roomtype=True --pipeline_overrides LocalScheduleHandler.use_gpu=False --overwrite

What are your FULL output logs?

Provide the FULL output logs from your command as a txt file.

Crashed: 09/18 11:54PM outputs/my_dataset/67b253bb/logs/coarse.err reason="ValueError: No configurable matching 'BlueprintSolidifier'." node=None fatal=True

If this is your first time running Infinigen, what are the full install logs?**

Run pip install -v -e . > logs.txt 2>&1 and send logs.txt as an attachment.

Platform

Additional context

Add any other context about the problem here.

andytriboletti commented 17 hours ago

I copied the singleroom.gin from config_indoors to config_nature cause I couldnt figure out how to point it to the indoor folder