princeton-vl / infinigen

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

FileNotFoundError #233

Open TomTomTommi opened 1 month ago

TomTomTommi commented 1 month ago

During compositing, the process is killed during this error attached as follows. 67594677489_0_log.err.txt 67594677489_0_log.out.txt It seems wired since for ./frames_0_0_0209_0/ there should be frames from 209~216, but it says 'No such file or directory: './5db66fb8/tmp/0234.png''

My setting is:

include 'data_schema/monocular_video.gin'
iterate_scene_tasks.frame_range = [1, 240]
iterate_scene_tasks.view_block_size = 240
iterate_scene_tasks.cam_block_size = 8
iterate_scene_tasks.cam_id_ranges = [1, 2]

Running command is

python -m infinigen.datagen.manage_jobs --output_folder ./output/stereo_videos12 --num_scenes 10 \
    --pipeline_config local_128GB.gin stereo_video cuda_terrain blender_gt \
    --cleanup big_files --warmup_sec 60000 --config video high_quality_terrain

I found this error often occurs. In another process, I met the same error:"outputs/stereo_videos15/6cc396f8/logs/blendergt_0_0_0209_0.err reason="Error: [Errno 2] No such file or directory: './outputs/stereo_videos15/6cc396f8/tmp/0220.png'" node=None fatal=True" 68220409706_0_log.err.txt 68220409706_0_log.out.txt