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
this likely just an issue with terminal parsing. you may need to add "" around the commandline arguments, or add backslashes \ before the squarebrackets []
e.g. try camera.camera_pose_proposal.altitude=\[\"uniform\", 20, 30\]
Hello and thanks for the project.
I've followed the documentation for configuring cameras by overriding with camera.camera_pose_proposal.altitude=["uniform", 20, 30], but this example fails for me:
python -m infinigen.datagen.manage_jobs --output_folder outputs/hello_world2 --num_scenes 1 --specific_seed 201068 --configs simple.gin dev.gin --pipeline_configs local_64GB.gin monocular.gin --pipeline_overrides LocalScheduleHandler.use_gpu=False --overrides camera.camera_pose_proposal.altitude=["uniform", 20, 30] compose_nature.generate_resolution=[720, 720] compose_nature.trees_chance=0.2 OpaqueSphericalMesher.pixels_per_cube=8 TransparentSphericalMesher.pixels_per_cube=8 target_face_size.global_multiplier=8 placement.populate_all.dist_cull=140
Fails with this error:
outputs/hello_world2 11/22 07:05AM -> 11/22 07:05AM
control_state/curr_concurrent_max : 3
control_state/disk_usage : 0.9
control_state/n_in_flight : 1
control_state/try_to_launch : 2
control_state/will_launch : 0
running/coarse : 1
running/total : 1
outputs/hello_world2 11/22 07:05AM -> 11/22 07:05AM
Crashed: 11/22 07:05AM outputs/hello_world2/201068/logs/coarse.err reason='SyntaxError: malformed node or string on line 1: <ast.Name object at 0x7f3f9b009c00>' node=None fatal=True
============================================================
control_state/curr_concurrent_max : 3
control_state/disk_usage : 0.9
control_state/n_in_flight : 0
control_state/try_to_launch : 3
control_state/will_launch : 0
crashed/coarse : 1
crashed/total : 1
My example runs fine without overriding the camera configuration
The text was updated successfully, but these errors were encountered: