Datasets:
| # Parameters for Config: | |
| # ============================================================================== | |
| Config.checkpoint_dir = '/cns/oz-d/home/lily/output/colmap_teaser/360_glo4/' | |
| Config.data_dir = '/cns/oz-d/home/lily/robustnerf/android3' | |
| Config.dataset_loader = 'llff' | |
| Config.eval_only_once = False | |
| Config.eval_save_output = True | |
| Config.factor = 4 | |
| Config.far = 1000000.0 | |
| Config.near = 0.2 | |
| Config.render_dir = '/cns/oz-d/home/lily/output/colmap_teaser/360_glo4//render/' | |
| Config.train_render_every = 0 | |
| # Parameters for NerfReconstructOptions: | |
| # ============================================================================== | |
| NerfReconstructOptions.bundle_adjuster_args = \ | |
| '--BundleAdjustment.function_tolerance=0.000001' | |
| NerfReconstructOptions.mapper_args = \ | |
| '--Mapper.ba_global_function_tolerance=0.000001' | |
| NerfReconstructOptions.matcher_method = 'vocab_tree_matcher' | |
| NerfReconstructOptions.max_images = 10000 | |
| NerfReconstructOptions.max_images_initial_sfm_pass = 5000 | |
| NerfReconstructOptions.min_images_initial_sfm_pass = 500 | |
| NerfReconstructOptions.target_percent_images_initial_sfm_pass = 1.0 | |
| NerfReconstructOptions.use_fast_codepath = True | |