Skip to content

Commit

Permalink
Change integration test to max 1hr jobs, dev.gin, no small objects
Browse files Browse the repository at this point in the history
  • Loading branch information
araistrick committed Oct 8, 2024
1 parent fb81968 commit 9af9e40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/integration_test_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ if [ "$RUN_INDOOR" -eq 1 ]; then
for indoor_type in DiningRoom Bathroom Bedroom Kitchen LivingRoom; do
python -m infinigen.datagen.manage_jobs --output_folder $OUTPUT_PATH/${JOBTAG}_scene_indoor_$indoor_type \
--num_scenes 3 --cleanup big_files --configs singleroom --overwrite \
--pipeline_configs slurm monocular indoor_background_configs.gin \
--pipeline_configs slurm_1h monocular indoor_background_configs.gin \
--pipeline_overrides get_cmd.driver_script=infinigen_examples.generate_indoors sample_scene_spec.seed_range=[0,100] slurm_submit_cmd.slurm_nodelist=$NODECONF \
--overrides compose_indoors.terrain_enabled=True restrict_solving.restrict_parent_rooms=\[\"$indoor_type\"\] &
--overrides compose_indoors.terrain_enabled=True restrict_solving.restrict_parent_rooms=\[\"$indoor_type\"\] compose_indoors.solve_small_enabled=False &
done
fi

Expand All @@ -32,8 +32,8 @@ if [ "$RUN_NATURE" -eq 1 ]; then
for nature_type in arctic canyon cave coast coral_reef desert forest kelp_forest mountain plain river snowy_mountain under_water; do
python -m infinigen.datagen.manage_jobs --output_folder $OUTPUT_PATH/${JOBTAG}_scene_nature_$nature_type \
--num_scenes 3 --cleanup big_files --overwrite \
--configs $nature_type.gin \
--pipeline_configs slurm monocular \
--configs $nature_type.gin dev.gin \
--pipeline_configs slurm_1h monocular \
--pipeline_overrides sample_scene_spec.seed_range=[0,100] &
done
fi
Expand Down

0 comments on commit 9af9e40

Please sign in to comment.