Shengjie Lin commited on
Commit
8884d12
β€’
1 Parent(s): f9bb41d
A/nerfacto/2023-05-21_014747/dataparser_transforms.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "transform": [
3
- [
4
- 0.98277348279953,
5
- -0.1555940806865692,
6
- 0.09973369538784027,
7
- 0.8821229934692383
8
- ],
9
- [
10
- -0.1555940806865692,
11
- -0.405361533164978,
12
- 0.9008176922798157,
13
- 2.5204763412475586
14
- ],
15
- [
16
- -0.09973369538784027,
17
- -0.9008176922798157,
18
- -0.4225881099700928,
19
- 0.023778855800628662
20
- ]
21
- ],
22
- "scale": 0.305895240297063
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
A/nerfacto/{2023-05-21_014747 β†’ 2023-07-06_171445}/config.yml RENAMED
@@ -9,6 +9,8 @@ data: &id003 !!python/object/apply:pathlib.PosixPath
9
  - common_large
10
  - A
11
  experiment_name: A
 
 
12
  load_config: null
13
  load_dir: null
14
  load_step: null
@@ -36,9 +38,10 @@ logging: !!python/object:nerfstudio.configs.base_config.LoggingConfig
36
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
37
  steps_per_log: 10
38
  machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
 
39
  dist_url: auto
40
  machine_rank: 0
41
- num_gpus: 1
42
  num_machines: 1
43
  seed: 42
44
  max_num_iterations: 30000
@@ -105,6 +108,7 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
105
  ramp: cosine
106
  warmup_steps: 0
107
  camera_res_scale_factor: 1.0
 
108
  data: *id003
109
  dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
110
  _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
@@ -122,13 +126,16 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
122
  eval_num_images_to_sample_from: -1
123
  eval_num_rays_per_batch: 4096
124
  eval_num_times_to_repeat_images: -1
 
125
  patch_size: 1
126
  train_num_images_to_sample_from: -1
127
  train_num_rays_per_batch: 4096
128
  train_num_times_to_repeat_images: -1
129
  model: !!python/object:nerfstudio.models.nerfacto.NerfactoModelConfig
130
  _target: !!python/name:nerfstudio.models.nerfacto.NerfactoModel ''
 
131
  background_color: last_sample
 
132
  collider_params:
133
  far_plane: 6.0
134
  near_plane: 2.0
@@ -137,9 +144,11 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
137
  enable_collider: true
138
  eval_num_rays_per_chunk: 32768
139
  far_plane: 1000.0
 
140
  hidden_dim: 64
141
  hidden_dim_color: 64
142
  hidden_dim_transient: 64
 
143
  interlevel_loss_mult: 1.0
144
  log2_hashmap_size: 19
145
  loss_coefficients:
@@ -156,6 +165,7 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
156
  orientation_loss_mult: 0.0001
157
  pred_normal_loss_mult: 0.001
158
  predict_normals: false
 
159
  proposal_initial_sampler: piecewise
160
  proposal_net_args_list:
161
  - hidden_dim: 16
@@ -173,9 +183,12 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
173
  proposal_weights_anneal_max_num_iters: 1000
174
  proposal_weights_anneal_slope: 10.0
175
  use_average_appearance_embedding: true
 
176
  use_proposal_weight_anneal: true
177
  use_same_proposal_network: false
178
  use_single_jitter: true
 
 
179
  relative_model_dir: !!python/object/apply:pathlib.PosixPath
180
  - nerfstudio_models
181
  save_only_latest_checkpoint: true
@@ -183,7 +196,8 @@ steps_per_eval_all_images: 25000
183
  steps_per_eval_batch: 500
184
  steps_per_eval_image: 500
185
  steps_per_save: 2000
186
- timestamp: 2023-05-21_014747
 
187
  viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
188
  image_format: jpeg
189
  jpeg_quality: 90
@@ -191,6 +205,7 @@ viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
191
  num_rays_per_chunk: 32768
192
  quit_on_train_completion: true
193
  relative_log_filename: viewer_log_filename.txt
 
194
  websocket_port: null
195
  websocket_port_default: 7007
196
  vis: wandb
 
9
  - common_large
10
  - A
11
  experiment_name: A
12
+ gradient_accumulation_steps: 1
13
+ load_checkpoint: null
14
  load_config: null
15
  load_dir: null
16
  load_step: null
 
38
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
39
  steps_per_log: 10
40
  machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
41
+ device_type: cuda
42
  dist_url: auto
43
  machine_rank: 0
44
+ num_devices: 1
45
  num_machines: 1
46
  seed: 42
47
  max_num_iterations: 30000
 
108
  ramp: cosine
109
  warmup_steps: 0
110
  camera_res_scale_factor: 1.0
111
+ collate_fn: !!python/name:nerfstudio.data.utils.nerfstudio_collate.nerfstudio_collate ''
112
  data: *id003
113
  dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
114
  _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
 
126
  eval_num_images_to_sample_from: -1
127
  eval_num_rays_per_batch: 4096
128
  eval_num_times_to_repeat_images: -1
129
+ masks_on_gpu: null
130
  patch_size: 1
131
  train_num_images_to_sample_from: -1
132
  train_num_rays_per_batch: 4096
133
  train_num_times_to_repeat_images: -1
134
  model: !!python/object:nerfstudio.models.nerfacto.NerfactoModelConfig
135
  _target: !!python/name:nerfstudio.models.nerfacto.NerfactoModel ''
136
+ appearance_embed_dim: 32
137
  background_color: last_sample
138
+ base_res: 16
139
  collider_params:
140
  far_plane: 6.0
141
  near_plane: 2.0
 
144
  enable_collider: true
145
  eval_num_rays_per_chunk: 32768
146
  far_plane: 1000.0
147
+ features_per_level: 2
148
  hidden_dim: 64
149
  hidden_dim_color: 64
150
  hidden_dim_transient: 64
151
+ implementation: tcnn
152
  interlevel_loss_mult: 1.0
153
  log2_hashmap_size: 19
154
  loss_coefficients:
 
165
  orientation_loss_mult: 0.0001
166
  pred_normal_loss_mult: 0.001
167
  predict_normals: false
168
+ prompt: null
169
  proposal_initial_sampler: piecewise
170
  proposal_net_args_list:
171
  - hidden_dim: 16
 
183
  proposal_weights_anneal_max_num_iters: 1000
184
  proposal_weights_anneal_slope: 10.0
185
  use_average_appearance_embedding: true
186
+ use_gradient_scaling: false
187
  use_proposal_weight_anneal: true
188
  use_same_proposal_network: false
189
  use_single_jitter: true
190
+ project_name: nerfstudio-project
191
+ prompt: null
192
  relative_model_dir: !!python/object/apply:pathlib.PosixPath
193
  - nerfstudio_models
194
  save_only_latest_checkpoint: true
 
196
  steps_per_eval_batch: 500
197
  steps_per_eval_image: 500
198
  steps_per_save: 2000
199
+ timestamp: 2023-07-06_171445
200
+ use_grad_scaler: false
201
  viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
202
  image_format: jpeg
203
  jpeg_quality: 90
 
205
  num_rays_per_chunk: 32768
206
  quit_on_train_completion: true
207
  relative_log_filename: viewer_log_filename.txt
208
+ websocket_host: 0.0.0.0
209
  websocket_port: null
210
  websocket_port_default: 7007
211
  vis: wandb
A/nerfacto/2023-07-06_171445/dataparser_transforms.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "transform": [
3
+ [
4
+ 0.9899594187736511,
5
+ -0.11962894350290298,
6
+ 0.07529459148645401,
7
+ 0.5513633489608765
8
+ ],
9
+ [
10
+ -0.11962894350290298,
11
+ -0.425323486328125,
12
+ 0.8971002101898193,
13
+ 2.5754497051239014
14
+ ],
15
+ [
16
+ -0.07529459148645401,
17
+ -0.8971002101898193,
18
+ -0.43536412715911865,
19
+ 0.0336146354675293
20
+ ]
21
+ ],
22
+ "scale": 0.3017404138536724
23
+ }
{B/nerfacto/2023-05-21_014753 β†’ A/nerfacto/2023-07-06_171445}/nerfstudio_models/step-000029999.ckpt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81d5101d4df843b33cd881f6c7f50e66e1f7876c981e128c82a61927752e52aa
3
- size 175982479
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72cd8c699b59264fda898d6cb3e4270ff9f50bf2fd40b8a66f72faa2a7e67ed4
3
+ size 253602755
B/nerfacto/2023-05-21_014753/dataparser_transforms.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "transform": [
3
- [
4
- 0.9762040972709656,
5
- -0.17915338277816772,
6
- 0.12218695878982544,
7
- 0.2235592156648636
8
- ],
9
- [
10
- -0.17915338277816772,
11
- -0.3488001823425293,
12
- 0.9199144244194031,
13
- -0.8070043325424194
14
- ],
15
- [
16
- -0.12218695878982544,
17
- -0.9199144244194031,
18
- -0.37259602546691895,
19
- -0.05042656883597374
20
- ]
21
- ],
22
- "scale": 0.49157699220753404
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
B/nerfacto/{2023-05-21_014753 β†’ 2023-07-06_171448}/config.yml RENAMED
@@ -9,6 +9,8 @@ data: &id003 !!python/object/apply:pathlib.PosixPath
9
  - common_large
10
  - B
11
  experiment_name: B
 
 
12
  load_config: null
13
  load_dir: null
14
  load_step: null
@@ -36,9 +38,10 @@ logging: !!python/object:nerfstudio.configs.base_config.LoggingConfig
36
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
37
  steps_per_log: 10
38
  machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
 
39
  dist_url: auto
40
  machine_rank: 0
41
- num_gpus: 1
42
  num_machines: 1
43
  seed: 42
44
  max_num_iterations: 30000
@@ -105,6 +108,7 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
105
  ramp: cosine
106
  warmup_steps: 0
107
  camera_res_scale_factor: 1.0
 
108
  data: *id003
109
  dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
110
  _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
@@ -122,13 +126,16 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
122
  eval_num_images_to_sample_from: -1
123
  eval_num_rays_per_batch: 4096
124
  eval_num_times_to_repeat_images: -1
 
125
  patch_size: 1
126
  train_num_images_to_sample_from: -1
127
  train_num_rays_per_batch: 4096
128
  train_num_times_to_repeat_images: -1
129
  model: !!python/object:nerfstudio.models.nerfacto.NerfactoModelConfig
130
  _target: !!python/name:nerfstudio.models.nerfacto.NerfactoModel ''
 
131
  background_color: last_sample
 
132
  collider_params:
133
  far_plane: 6.0
134
  near_plane: 2.0
@@ -137,9 +144,11 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
137
  enable_collider: true
138
  eval_num_rays_per_chunk: 32768
139
  far_plane: 1000.0
 
140
  hidden_dim: 64
141
  hidden_dim_color: 64
142
  hidden_dim_transient: 64
 
143
  interlevel_loss_mult: 1.0
144
  log2_hashmap_size: 19
145
  loss_coefficients:
@@ -156,6 +165,7 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
156
  orientation_loss_mult: 0.0001
157
  pred_normal_loss_mult: 0.001
158
  predict_normals: false
 
159
  proposal_initial_sampler: piecewise
160
  proposal_net_args_list:
161
  - hidden_dim: 16
@@ -173,9 +183,12 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
173
  proposal_weights_anneal_max_num_iters: 1000
174
  proposal_weights_anneal_slope: 10.0
175
  use_average_appearance_embedding: true
 
176
  use_proposal_weight_anneal: true
177
  use_same_proposal_network: false
178
  use_single_jitter: true
 
 
179
  relative_model_dir: !!python/object/apply:pathlib.PosixPath
180
  - nerfstudio_models
181
  save_only_latest_checkpoint: true
@@ -183,7 +196,8 @@ steps_per_eval_all_images: 25000
183
  steps_per_eval_batch: 500
184
  steps_per_eval_image: 500
185
  steps_per_save: 2000
186
- timestamp: 2023-05-21_014753
 
187
  viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
188
  image_format: jpeg
189
  jpeg_quality: 90
@@ -191,6 +205,7 @@ viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
191
  num_rays_per_chunk: 32768
192
  quit_on_train_completion: true
193
  relative_log_filename: viewer_log_filename.txt
 
194
  websocket_port: null
195
  websocket_port_default: 7007
196
  vis: wandb
 
9
  - common_large
10
  - B
11
  experiment_name: B
12
+ gradient_accumulation_steps: 1
13
+ load_checkpoint: null
14
  load_config: null
15
  load_dir: null
16
  load_step: null
 
38
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
39
  steps_per_log: 10
40
  machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
41
+ device_type: cuda
42
  dist_url: auto
43
  machine_rank: 0
44
+ num_devices: 1
45
  num_machines: 1
46
  seed: 42
47
  max_num_iterations: 30000
 
108
  ramp: cosine
109
  warmup_steps: 0
110
  camera_res_scale_factor: 1.0
111
+ collate_fn: !!python/name:nerfstudio.data.utils.nerfstudio_collate.nerfstudio_collate ''
112
  data: *id003
113
  dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
114
  _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
 
126
  eval_num_images_to_sample_from: -1
127
  eval_num_rays_per_batch: 4096
128
  eval_num_times_to_repeat_images: -1
129
+ masks_on_gpu: null
130
  patch_size: 1
131
  train_num_images_to_sample_from: -1
132
  train_num_rays_per_batch: 4096
133
  train_num_times_to_repeat_images: -1
134
  model: !!python/object:nerfstudio.models.nerfacto.NerfactoModelConfig
135
  _target: !!python/name:nerfstudio.models.nerfacto.NerfactoModel ''
136
+ appearance_embed_dim: 32
137
  background_color: last_sample
138
+ base_res: 16
139
  collider_params:
140
  far_plane: 6.0
141
  near_plane: 2.0
 
144
  enable_collider: true
145
  eval_num_rays_per_chunk: 32768
146
  far_plane: 1000.0
147
+ features_per_level: 2
148
  hidden_dim: 64
149
  hidden_dim_color: 64
150
  hidden_dim_transient: 64
151
+ implementation: tcnn
152
  interlevel_loss_mult: 1.0
153
  log2_hashmap_size: 19
154
  loss_coefficients:
 
165
  orientation_loss_mult: 0.0001
166
  pred_normal_loss_mult: 0.001
167
  predict_normals: false
168
+ prompt: null
169
  proposal_initial_sampler: piecewise
170
  proposal_net_args_list:
171
  - hidden_dim: 16
 
183
  proposal_weights_anneal_max_num_iters: 1000
184
  proposal_weights_anneal_slope: 10.0
185
  use_average_appearance_embedding: true
186
+ use_gradient_scaling: false
187
  use_proposal_weight_anneal: true
188
  use_same_proposal_network: false
189
  use_single_jitter: true
190
+ project_name: nerfstudio-project
191
+ prompt: null
192
  relative_model_dir: !!python/object/apply:pathlib.PosixPath
193
  - nerfstudio_models
194
  save_only_latest_checkpoint: true
 
196
  steps_per_eval_batch: 500
197
  steps_per_eval_image: 500
198
  steps_per_save: 2000
199
+ timestamp: 2023-07-06_171448
200
+ use_grad_scaler: false
201
  viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
202
  image_format: jpeg
203
  jpeg_quality: 90
 
205
  num_rays_per_chunk: 32768
206
  quit_on_train_completion: true
207
  relative_log_filename: viewer_log_filename.txt
208
+ websocket_host: 0.0.0.0
209
  websocket_port: null
210
  websocket_port_default: 7007
211
  vis: wandb
B/nerfacto/2023-07-06_171448/dataparser_transforms.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "transform": [
3
+ [
4
+ 0.9830320477485657,
5
+ -0.1524987816810608,
6
+ 0.10194159299135208,
7
+ 0.28122884035110474
8
+ ],
9
+ [
10
+ -0.1524987816810608,
11
+ -0.37057769298553467,
12
+ 0.9161966443061829,
13
+ -0.794308602809906
14
+ ],
15
+ [
16
+ -0.10194159299135208,
17
+ -0.9161966443061829,
18
+ -0.3875455856323242,
19
+ -0.04120701551437378
20
+ ]
21
+ ],
22
+ "scale": 0.4923316163622547
23
+ }
{C/nerfacto/2023-05-21_014747 β†’ B/nerfacto/2023-07-06_171448}/nerfstudio_models/step-000029999.ckpt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25f76197068f8a8fc84cb1382913ac593a5b3017195288b832ae48b0218a351a
3
- size 175984399
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aebc50653de888899229a56e267370cecc6d1a066aa4b13ee8670441c72b7e34
3
+ size 253583939
C/nerfacto/2023-05-21_014747/dataparser_transforms.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "transform": [
3
- [
4
- 0.9797835350036621,
5
- -0.16755928099155426,
6
- 0.10930714756250381,
7
- -1.4372456073760986
8
- ],
9
- [
10
- -0.16755928099155426,
11
- -0.38877665996551514,
12
- 0.9059671759605408,
13
- -3.465381383895874
14
- ],
15
- [
16
- -0.10930714756250381,
17
- -0.9059671759605408,
18
- -0.408993124961853,
19
- 0.08174777030944824
20
- ]
21
- ],
22
- "scale": 0.5876596769563173
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
C/nerfacto/{2023-05-21_014747 β†’ 2023-07-06_171450}/config.yml RENAMED
@@ -9,6 +9,8 @@ data: &id003 !!python/object/apply:pathlib.PosixPath
9
  - common_large
10
  - C
11
  experiment_name: C
 
 
12
  load_config: null
13
  load_dir: null
14
  load_step: null
@@ -36,9 +38,10 @@ logging: !!python/object:nerfstudio.configs.base_config.LoggingConfig
36
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
37
  steps_per_log: 10
38
  machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
 
39
  dist_url: auto
40
  machine_rank: 0
41
- num_gpus: 1
42
  num_machines: 1
43
  seed: 42
44
  max_num_iterations: 30000
@@ -105,6 +108,7 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
105
  ramp: cosine
106
  warmup_steps: 0
107
  camera_res_scale_factor: 1.0
 
108
  data: *id003
109
  dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
110
  _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
@@ -122,13 +126,16 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
122
  eval_num_images_to_sample_from: -1
123
  eval_num_rays_per_batch: 4096
124
  eval_num_times_to_repeat_images: -1
 
125
  patch_size: 1
126
  train_num_images_to_sample_from: -1
127
  train_num_rays_per_batch: 4096
128
  train_num_times_to_repeat_images: -1
129
  model: !!python/object:nerfstudio.models.nerfacto.NerfactoModelConfig
130
  _target: !!python/name:nerfstudio.models.nerfacto.NerfactoModel ''
 
131
  background_color: last_sample
 
132
  collider_params:
133
  far_plane: 6.0
134
  near_plane: 2.0
@@ -137,9 +144,11 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
137
  enable_collider: true
138
  eval_num_rays_per_chunk: 32768
139
  far_plane: 1000.0
 
140
  hidden_dim: 64
141
  hidden_dim_color: 64
142
  hidden_dim_transient: 64
 
143
  interlevel_loss_mult: 1.0
144
  log2_hashmap_size: 19
145
  loss_coefficients:
@@ -156,6 +165,7 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
156
  orientation_loss_mult: 0.0001
157
  pred_normal_loss_mult: 0.001
158
  predict_normals: false
 
159
  proposal_initial_sampler: piecewise
160
  proposal_net_args_list:
161
  - hidden_dim: 16
@@ -173,9 +183,12 @@ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConf
173
  proposal_weights_anneal_max_num_iters: 1000
174
  proposal_weights_anneal_slope: 10.0
175
  use_average_appearance_embedding: true
 
176
  use_proposal_weight_anneal: true
177
  use_same_proposal_network: false
178
  use_single_jitter: true
 
 
179
  relative_model_dir: !!python/object/apply:pathlib.PosixPath
180
  - nerfstudio_models
181
  save_only_latest_checkpoint: true
@@ -183,7 +196,8 @@ steps_per_eval_all_images: 25000
183
  steps_per_eval_batch: 500
184
  steps_per_eval_image: 500
185
  steps_per_save: 2000
186
- timestamp: 2023-05-21_014747
 
187
  viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
188
  image_format: jpeg
189
  jpeg_quality: 90
@@ -191,6 +205,7 @@ viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
191
  num_rays_per_chunk: 32768
192
  quit_on_train_completion: true
193
  relative_log_filename: viewer_log_filename.txt
 
194
  websocket_port: null
195
  websocket_port_default: 7007
196
  vis: wandb
 
9
  - common_large
10
  - C
11
  experiment_name: C
12
+ gradient_accumulation_steps: 1
13
+ load_checkpoint: null
14
  load_config: null
15
  load_dir: null
16
  load_step: null
 
38
  relative_log_dir: !!python/object/apply:pathlib.PosixPath []
39
  steps_per_log: 10
40
  machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
41
+ device_type: cuda
42
  dist_url: auto
43
  machine_rank: 0
44
+ num_devices: 1
45
  num_machines: 1
46
  seed: 42
47
  max_num_iterations: 30000
 
108
  ramp: cosine
109
  warmup_steps: 0
110
  camera_res_scale_factor: 1.0
111
+ collate_fn: !!python/name:nerfstudio.data.utils.nerfstudio_collate.nerfstudio_collate ''
112
  data: *id003
113
  dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
114
  _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
 
126
  eval_num_images_to_sample_from: -1
127
  eval_num_rays_per_batch: 4096
128
  eval_num_times_to_repeat_images: -1
129
+ masks_on_gpu: null
130
  patch_size: 1
131
  train_num_images_to_sample_from: -1
132
  train_num_rays_per_batch: 4096
133
  train_num_times_to_repeat_images: -1
134
  model: !!python/object:nerfstudio.models.nerfacto.NerfactoModelConfig
135
  _target: !!python/name:nerfstudio.models.nerfacto.NerfactoModel ''
136
+ appearance_embed_dim: 32
137
  background_color: last_sample
138
+ base_res: 16
139
  collider_params:
140
  far_plane: 6.0
141
  near_plane: 2.0
 
144
  enable_collider: true
145
  eval_num_rays_per_chunk: 32768
146
  far_plane: 1000.0
147
+ features_per_level: 2
148
  hidden_dim: 64
149
  hidden_dim_color: 64
150
  hidden_dim_transient: 64
151
+ implementation: tcnn
152
  interlevel_loss_mult: 1.0
153
  log2_hashmap_size: 19
154
  loss_coefficients:
 
165
  orientation_loss_mult: 0.0001
166
  pred_normal_loss_mult: 0.001
167
  predict_normals: false
168
+ prompt: null
169
  proposal_initial_sampler: piecewise
170
  proposal_net_args_list:
171
  - hidden_dim: 16
 
183
  proposal_weights_anneal_max_num_iters: 1000
184
  proposal_weights_anneal_slope: 10.0
185
  use_average_appearance_embedding: true
186
+ use_gradient_scaling: false
187
  use_proposal_weight_anneal: true
188
  use_same_proposal_network: false
189
  use_single_jitter: true
190
+ project_name: nerfstudio-project
191
+ prompt: null
192
  relative_model_dir: !!python/object/apply:pathlib.PosixPath
193
  - nerfstudio_models
194
  save_only_latest_checkpoint: true
 
196
  steps_per_eval_batch: 500
197
  steps_per_eval_image: 500
198
  steps_per_save: 2000
199
+ timestamp: 2023-07-06_171450
200
+ use_grad_scaler: false
201
  viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
202
  image_format: jpeg
203
  jpeg_quality: 90
 
205
  num_rays_per_chunk: 32768
206
  quit_on_train_completion: true
207
  relative_log_filename: viewer_log_filename.txt
208
+ websocket_host: 0.0.0.0
209
  websocket_port: null
210
  websocket_port_default: 7007
211
  vis: wandb
C/nerfacto/2023-07-06_171450/dataparser_transforms.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "transform": [
3
+ [
4
+ 0.987199068069458,
5
+ -0.13433104753494263,
6
+ 0.08598386496305466,
7
+ -1.0554865598678589
8
+ ],
9
+ [
10
+ -0.13433104753494263,
11
+ -0.40964674949645996,
12
+ 0.9022997617721558,
13
+ -3.6141529083251953
14
+ ],
15
+ [
16
+ -0.08598386496305466,
17
+ -0.9022997617721558,
18
+ -0.42244768142700195,
19
+ 0.09022259712219238
20
+ ]
21
+ ],
22
+ "scale": 0.593027609273748
23
+ }
{A/nerfacto/2023-05-21_014747 β†’ C/nerfacto/2023-07-06_171450}/nerfstudio_models/step-000029999.ckpt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3afb1e7a7c1077579312e284426e197b56f156f5c3f1817b93d8e3d0a44ff746
3
- size 176001295
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af05fd77f3edc5353dcb8dc59688564cde24e3d0cce612713efc78bae682c28
3
+ size 253585859