#479·infinigen

崩溃: 在使用 infinigen.datagen.manage_jobs 时无法找到 1 个轨迹建议

作者: duran67创建于 2026年1月16日更新于 2026年2月2日
标签bug

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: `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: `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 …

内容来源: princeton-vl/infinigen