infinigen
infinigen copied to clipboard
How to generate videos of indoor scenes?
I ran the following command
python infinigen.manage_jobs.py --output_folder outputs/go_big_go_home --num_scenes 32 --pipeline_configs local_256GB.gin monocular_video.gin indoor_background_configs.gin --configs singleroom.gin fast_solve.gin --pipeline_overrides get_cmd.driver_script=infinigen_examples.generate_indoors --overrides compose_indoors.restrict_single_supported_roomtype=True --overwrite
In particular notice that I'm using the monocular_video.gin
config. The issue I'm observing is that the images generated (Image_0_0_0001_0, Image_0_0_0002_0, ...) are exactly the same. Notice attatched Image_0_0_0001_0
and Image_0_0_0004_0
.
Do you have any advice on how I can debug this?