|
| 1 | +base: |
| 2 | + method: "bayes-lidar-normal-nerfacto" |
| 3 | + data: "/home/yifu/data/nerfstudio/hbac_maths_19/submap_2_cut.json" |
| 4 | + vis: "wandb" |
| 5 | + max_train_images: 200 |
| 6 | + max_eval_images: 30 |
| 7 | + cam_optimiser_mode: "off" |
| 8 | + cam_opt_lf: 0.0006 |
| 9 | + max_num_iterations: 1001 |
| 10 | + steps_per_eval_image: 2000 |
| 11 | + steps_per_eval_all_images: 70000 |
| 12 | + output_dir: "/home/docker_dev/silvr/outputs" |
| 13 | + |
| 14 | +lidar_nerf: |
| 15 | + lidar_depth_loss_type: "DS_NERF_NEW" |
| 16 | + depth_loss_mult: 10 |
| 17 | + normal_loss_mult: 0.001 |
| 18 | + is_euclidean_depth: false |
| 19 | + depth_sigma: 0.001 |
| 20 | + should_decay_sigma: true |
| 21 | + starting_depth_sigma: 0.01 |
| 22 | + sigma_decay_rate: 0.99985 |
| 23 | + save_pcd: false |
| 24 | + |
| 25 | +post_process: |
| 26 | + save_folder_name: "post_process" |
| 27 | + compute_nvs_metrics: true |
| 28 | + compute_uncertainty: false |
| 29 | + unc_iterations: 10000 |
| 30 | + unc_grid_lod: 8 |
| 31 | + render_uncertainty: false |
| 32 | + render_max_uncertainty_point_legacy: 1 |
| 33 | + render_downscale: 1 |
| 34 | + render_cam_path_with_submap: false |
| 35 | + camera_path_file: "" |
| 36 | + camera_path_model_folder_path: "" |
| 37 | + export_cloud: true |
| 38 | + export_cloud_suffix: "" |
| 39 | + # cloud_max_uncertainty_point_legacy: 1 |
| 40 | + cloud_max_uncertainty_ray: 1 |
| 41 | + export_num_points: 1000000 |
| 42 | + evaluate_cloud: true |
| 43 | + grond_truth_3d_map_path: "/home/docker_dev/oxford_spires_dataset/2024-03-13-observatory-quarter-01/outputs/recon_benchmark/gt_cloud_merged.pcd" |
| 44 | + T_gt_nerf_path: "/home/docker_dev/data/hbac_maths_19/T_gt_nerf.txt" |
| 45 | + |
| 46 | +only_post_process: |
| 47 | + turn_on: false # if turned on, training will be skipped |
| 48 | + output_folders: |
| 49 | + # - "/home/yifu/workspace/silvr/outputs/hbac_maths_19/bayes-lidar-normal-nerfacto/2024-07-14_132335" |
| 50 | + - "/home/yifu/workspace/silvr/outputs/hbac_maths_19/bayes-lidar-normal-nerfacto/2024-07-14_134014" |
| 51 | + - "/home/yifu/workspace/silvr/outputs/hbac_maths_19/bayes-lidar-normal-nerfacto/2024-07-14_135719" |
| 52 | + |
| 53 | +submap: |
| 54 | + run_submap: true |
| 55 | + data_main_folder: "/home/yifu/data/nerfstudio/hbac_maths_19" |
| 56 | + submap_folder: "/home/yifu/data/nerfstudio/hbac_maths_19/submaps" |
0 commit comments