File size: 6,208 Bytes
f8c1130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
!!python/object:gnerf.gnerf_trainer.GNeRFTrainerConfig
_target: !!python/name:gnerf.gnerf_trainer.GNeRFTrainer ''
data: &id004 !!python/object/apply:pathlib.PosixPath
- data
- nerf_synthetic
- mic
denisification_interval: 200
densification_start_step: 1000
densification_stop_step: 8000
experiment_name: mic
gradient_accumulation_steps: {}
load_checkpoint: null
load_config: null
load_dir: null
load_scheduler: true
load_step: null
log_gradients: false
logging: !!python/object:nerfstudio.configs.base_config.LoggingConfig
  local_writer: !!python/object:nerfstudio.configs.base_config.LocalWriterConfig
    _target: !!python/name:nerfstudio.utils.writer.LocalWriter ''
    enable: true
    max_log_size: 10
    stats_to_track: !!python/tuple
    - !!python/object/apply:nerfstudio.utils.writer.EventName
      - Train Iter (time)
    - !!python/object/apply:nerfstudio.utils.writer.EventName
      - Train Rays / Sec
    - !!python/object/apply:nerfstudio.utils.writer.EventName
      - Test PSNR
    - !!python/object/apply:nerfstudio.utils.writer.EventName
      - Vis Rays / Sec
    - !!python/object/apply:nerfstudio.utils.writer.EventName
      - Test Rays / Sec
    - !!python/object/apply:nerfstudio.utils.writer.EventName
      - ETA (time)
  max_buffer_size: 20
  profiler: basic
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
  steps_per_log: 10
machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
  device_type: cuda
  dist_url: auto
  machine_rank: 0
  num_devices: 1
  num_machines: 1
  seed: 42
max_num_iterations: 20000
method_name: gnerf
mixed_precision: false
optimizers:
  fields:
    optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
      _target: &id001 !!python/name:torch.optim.adam.Adam ''
      eps: 1.0e-15
      lr: 0.01
      max_norm: null
      weight_decay: 1.0e-06
    scheduler: !!python/object:gnerf.utils.schedulers.ChainedSchedulerConfig
      _target: &id002 !!python/name:gnerf.utils.schedulers.ChainedScheduler ''
      gamma: 0.33
      max_steps: 20000
      milestones: &id003 !!python/tuple
      - 0.5
      - 0.75
      - 0.9
  log_covs:
    optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
      _target: *id001
      eps: 1.0e-15
      lr: 0.001
      max_norm: null
      weight_decay: 0
    scheduler: !!python/object:gnerf.utils.schedulers.ChainedSchedulerConfig
      _target: *id002
      gamma: 0.33
      max_steps: 20000
      milestones: *id003
  means:
    optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
      _target: *id001
      eps: 1.0e-15
      lr: 1.0e-05
      max_norm: null
      weight_decay: 0
    scheduler: !!python/object:gnerf.utils.schedulers.ChainedSchedulerConfig
      _target: *id002
      gamma: 0.33
      max_steps: 20000
      milestones: *id003
output_dir: !!python/object/apply:pathlib.PosixPath
- outputs
pipeline: !!python/object:gnerf.gnerf_pipeline.GNeRFPipelineConfig
  _target: !!python/name:gnerf.gnerf_pipeline.GNeRFPipeline ''
  datamanager: !!python/object:nerfstudio.data.datamanagers.base_datamanager.VanillaDataManagerConfig
    _target: !!python/name:nerfstudio.data.datamanagers.base_datamanager.VanillaDataManager ''
    camera_optimizer: null
    camera_res_scale_factor: 1.0
    collate_fn: !!python/name:nerfstudio.data.utils.nerfstudio_collate.nerfstudio_collate ''
    data: *id004
    dataparser: !!python/object:gnerf.data.dataparsers.GNeRFBlenderDataParserConfig
      _target: !!python/name:gnerf.data.dataparsers.GNeRFBlender ''
      alpha_color: white
      data: !!python/object/apply:pathlib.PosixPath
      - data
      - blender
      - lego
      ply_path: null
      scale_factor: 1.0
    eval_image_indices: !!python/tuple
    - 0
    eval_num_images_to_sample_from: -1
    eval_num_rays_per_batch: 4096
    eval_num_times_to_repeat_images: -1
    images_on_gpu: false
    masks_on_gpu: false
    patch_size: 1
    pixel_sampler: !!python/object:nerfstudio.data.pixel_samplers.PixelSamplerConfig
      _target: !!python/name:nerfstudio.data.pixel_samplers.PixelSampler ''
      fisheye_crop_radius: null
      ignore_mask: false
      is_equirectangular: false
      keep_full_image: false
      max_num_iterations: 100
      num_rays_per_batch: 4096
      rejection_sample_mask: false
    train_num_images_to_sample_from: -1
    train_num_rays_per_batch: 4096
    train_num_times_to_repeat_images: -1
  max_num_samples_per_ray: 1024
  model: !!python/object:gnerf.gnerf_model.GNeRFModelConfig
    _target: !!python/name:gnerf.gnerf_model.GNeRFModel ''
    alpha_thre: 0.0
    appearance_embedding_dim: 32
    background_color: white
    collider_params: null
    cone_angle: 0.0
    densify: true
    disable_scene_contraction: true
    enable_collider: false
    eval_num_rays_per_chunk: 8192
    far_plane: 6.0
    grid_resolution: 128
    knn_algorithm: !!python/object:gnerf.knn.knn_algorithms.OptixKNNConfig
      _target: !!python/name:gnerf.knn.knn_algorithms.OptixKNN ''
      chi_squared_radius: 2.0
      device: cuda
      n_neighbours: 32
    loss_coefficients:
      rgb_loss_coarse: 1.0
      rgb_loss_fine: 1.0
    max_gb: 20
    near_plane: 2.0
    prompt: null
    prune: true
    render_step_size: 0.005
    use_appearance_embedding: false
    use_gradient_scaling: true
  target_num_samples: 262144
project_name: nerfstudio-project
prompt: null
pruning_interval: 1000
pruning_start_step: 1000
pruning_stop_step: 15000
relative_model_dir: !!python/object/apply:pathlib.PosixPath
- nerfstudio_models
save_only_latest_checkpoint: true
steps_per_eval_all_images: 25000
steps_per_eval_batch: 500
steps_per_eval_image: 500
steps_per_save: 100
timestamp: hash_as_means_unfreezed_10k_lr_1e-5_densify_10k_100_prune
use_grad_scaler: false
viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
  camera_frustum_scale: 0.1
  default_composite_depth: true
  image_format: jpeg
  jpeg_quality: 75
  make_share_url: false
  max_num_display_images: 512
  num_rays_per_chunk: 4096
  quit_on_train_completion: true
  relative_log_filename: viewer_log_filename.txt
  websocket_host: 0.0.0.0
  websocket_port: null
  websocket_port_default: 7007
vis: viewer