Skip to content

Commit

Permalink
Increase samples, disable depth of field by default
Browse files Browse the repository at this point in the history
  • Loading branch information
araistrick authored and pvl-bot committed Aug 23, 2024
1 parent ef50641 commit 7818df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infinigen_examples/configs_indoor/base_indoors.gin
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ SimulatedAnnealingSolver.final_temp = 0.001
SimulatedAnnealingSolver.finetune_pct = 0.15
SimulatedAnnealingSolver.max_invalid_candidates = 5

render_image.use_dof = True
configure_render_cycles.num_samples = 16000

animate_cameras.follow_poi_chance=0.0
camera.camera_pose_proposal.altitude = ("clip_gaussian", 1.5, 0.8, 0.5, 2.2)
camera.camera_pose_proposal.pitch = ("clip_gaussian", 90, 15, 60, 95)
Expand Down

0 comments on commit 7818df2

Please sign in to comment.