#492·infinigen

Inconsistent texture/diffuse/albedo of same seed

Author: KhanhNgoDuyCreated Mar 26, 2026Updated Mar 26, 2026
Labelsquestion

Steps to Reproduce

If this relates to running the codebase, please provide steps to reproduce:

What version of the code were you using?

commit 892947be71c4ff102c6a558d088ffe149561c11f (HEAD -> main, origin/main, origin/HEAD) Author: Alex Raistrick [email protected] Date: Thu Jan 29 09:39:11 2026 -0500

Increase number of views from 1 to 5 in camera.py

What command did you run?

bash
    python -m infinigen.datagen.manage_jobs --output_folder "$OUTPUT_FOLDER" --num_scenes 1 \
        --pipeline_configs local_256GB.gin monocular.gin blender_gt.gin indoor_background_configs.gin cuda_terrain.gin \
        --configs singleroom.gin multiview_stereo.gin \
        --pipeline_overrides get_cmd.driver_script='infinigen_examples.generate_indoors' iterate_scene_tasks.n_camera_rigs=4 manage_datagen_jobs.num_concurrent=6 \
        --overrides compose_indoors.restrict_single_supported_roomtype=True camera.spawn_camera_rigs.n_camera_rigs=4 compose_indoors.room_windows_enabled=False compose_indoors.room_doors_enabled=False \
                    compose_indoors.light_factor=1.0 compose_indoors.lights_off_chance=0.0 compose_indoors.adjust_light_chance=1.0 \
        --meta_seed 0 --specific_seed 0

where compose_indoors.light_factor and compose_indoors.adjust_light_chance are the modifications I've made. For reproducing, please remove these.

What are your FULL output logs?

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

Platform

  • OS & OS Version: Ubuntu 24.04.3 LTS
  • GPU (?) : NVIDIA RTX PRO 6000 Blackwell
  • GPU Driver Version (?) : 580.126.09
  • RAM (GB): 100GB

Additional context

When I rerun the above command multiple times using the same seed, each time the generated scene will have different albedo.

In which stage does this randomness come from, and how to avoid it?

ImageImage