#479·infinigen

Crashed: Could not find 1 trajectory proposals when using infinigen.datagen.manage_jobs

Author: duran67Created Jan 16, 2026Updated Feb 2, 2026
Labelsbug

Hi, impressive project but unfortunately I get error this error:

Crashed: 01/16 11:27AM outputs/hello_world/0/logs/coarse.err reason='ValueError: Could not find 1 trajectory proposals' node=None fatal=True

when running HelloWorld example:

bash
python -m infinigen.datagen.manage_jobs --output_folder outputs/hello_world --num_scenes 1 --specific_seed 0 \
--configs desert.gin simple.gin --pipeline_configs local_16GB.gin monocular.gin blender_gt.gin --pipeline_overrides LocalScheduleHandler.use_gpu=False

Note: it works when I do the "Generate a scene step by step" approach.

I've created a conda env with python=3.11 and installed:

bash
pip install -e ".[terrain,vis]"

Any idea what's going wrong?

Platform

  • OS: Tried on both Ubuntu 25.04 and WSL2 Ubuntu 24.04
  • Not using the GPU

Error log (outputs/hello_world/0/logs/coarse.err)

[11:25:51.493] [acceleratesupport] [INFO] | No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate' /home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/landlab/core/utils.py:30: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources [11:25:52.223] [init] [INFO] | Addon antlandscape already in blender local addons, attempt to enable it. [11:25:52.599] [init] [INFO] | Addon extra_mesh_objects already in blender local addons, attempt to enable it. [11:25:52.726] [init] [INFO] | Addon real_snow already in blender local addons, attempt to enable it. [11:25:52.744] [smb_client] [WARNING] | SMB_AUTH envvar is not set, smb_client upload will not work. Ignore this message if not using upload /home/jb/dev/testbench/infinigen/igen/infinigen/tools/export.py:27: UserWarning: coacd could not be imported. Some features may be unavailable. warnings.warn("coacd could not be imported. Some features may be unavailable.") [11:25:52.763] [init] [INFO] | Converted seed='0' to scene_seed=0, parsed as hexadecimal [11:25:52.844] [execute_tasks] [INFO] | infinigen version 1.19.1 [11:25:52.844] [execute_tasks] [INFO] | CUDA_VISIBLE_DEVICES=None [11:25:52.845] [logging] [INFO] | [MAIN TOTAL] [11:25:52.845] [execute_tasks] [INFO] | Processing frames 1 through 48 inclusive [11:25:52.930] [init] [INFO] | Available devices have types=['CUDA', 'CPU'] [11:25:52.930] [init] [INFO] | Cycles will use use_device_type='CUDA', len(use_devices)=1 [11:25:52.931] [logging] [INFO] | [terrain] [11:25:52.932] [logging] [INFO] | [Create terrain] [11:25:52.932] [core] [INFO] | Terrain using only on the fly on_the_fly_asset_folder=PosixPath('/home/jb/dev/testbench/infinigen/igen/outputs/hello_world/0/coarse/assets') [11:25:52.933] [landtiles] [INFO] | creating Mountain #0 [11:25:54.562] [erosion] [INFO] | Running erosion simulation for /home/jb/dev/testbench/infinigen/igen/outputs/hello_world/0/coarse/assets/Mountain/0

0%| | 0/2 [00:00<?, ?it/s] ... ...

Searching for camera viewpoints: 100%|██████████| 20/20 [00:05<00:00, 3.63it/s] [11:27:21.303] [logging] [INFO] | [pose_cameras] finished in 0:00:05.596846 [11:27:21.304] [logging] [INFO] | [lighting] [11:27:21.307] [logging] [INFO] | [lighting] finished in 0:00:00.002811 [11:27:21.901] [logging] [INFO] | [animate_cameras]

Searching for potential trajectories: 0%| | 0/5 [00:00<?, ?it/s] Searching for potential trajectories: 0%| | 0/5 [00:00<?, ?it/s] [11:27:23.088] [logging] [INFO] | [animate_cameras] failed with <class 'ValueError'> [11:27:23.088] [logging] [INFO] | [MAIN TOTAL] failed with <class 'ValueError'> Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/jb/dev/testbench/infinigen/igen/infinigen_examples/generate_nature.py", line 1130, in main(args) File "/home/jb/dev/testbench/infinigen/igen/infinigen_examples/generate_nature.py", line 1066, in main execute_tasks.main( File "/home/jb/dev/testbench/infinigen/igen/infinigen/core/execute_tasks.py", line 365, in main execute_tasks( File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/config.py", line 1605, in gin_wrapper utils.augment_exception_message_and_reraise(e, err_str) File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/utils.py", line 41, in augment_exception_message_and_reraise raise proxy.with_traceback(exception.traceback) from None File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/config.py", line 1582, in gin_wrapper return fn(*new_args, **new_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jb/dev/testbench/infinigen/igen/infinigen/core/execute_tasks.py", line 244, in execute_tasks info = compose_scene_func(output_folder, scene_seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/config.py", line 1605, in gin_wrapper utils.augment_exception_message_and_reraise(e, err_str) File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/utils.py", line 41, in augment_exception_message_and_reraise raise proxy.with_traceback(exception.traceback) from None File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/config.py", line 1582, in gin_wrapper return fn(*new_args, **new_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jb/dev/testbench/infinigen/igen/infinigen_examples/generate_nature.py", line 384, in compose_nature p.run_stage( File "/home/jb/dev/testbench/infinigen/igen/infinigen/core/util/pipeline.py", line 89, in run_stage ret = fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/home/jb/dev/testbench/infinigen/igen/infinigen_examples/generate_nature.py", line 362, in animate_cameras cam_traj.animate_trajectories( File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/config.py", line 1605, in gin_wrapper utils.augment_exception_message_and_reraise(e, err_str) File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/utils.py", line 41, in augment_exception_message_and_reraise raise proxy.with_traceback(exception.traceback) from None File "/home/jb/miniconda3/envs/igen/lib/python3.11/site-packages/gin/config.py", line 1582, in gin_wrapper return fn(*new_args, **new_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jb/dev/testbench/infinigen/igen/infinigen/core/placement/camera_trajectories.py", line 229, in animate_trajectories raise ValueError(err) ValueError: Could not find 1 trajectory proposals In call to configurable 'compute_trajectories' (<function compute_trajectories at 0x7788fd6de8e0>) In call to configurable 'animate_trajectories' (<function animate_trajectories at 0x7788fd6df4c0>) In call to configurable 'compose_nature' (<function compose_nature at 0x7789ebcda700>) In call to configurable 'execute_tasks' (<function execute_tasks at 0x7788fd66a520>)