Robert Azarcon commited on
Commit
34c790a
·
1 Parent(s): 2132c9d

add almond + blueberry

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. outputs/automatic/almond/.hydra/config.yaml +0 -344
  2. outputs/automatic/almond/.hydra/hydra.yaml +0 -163
  3. outputs/automatic/almond/.hydra/overrides.yaml +0 -3
  4. outputs/automatic/almond/database.db +0 -3
  5. outputs/automatic/almond/focus_stack/depthmaps/scan00.png +0 -3
  6. outputs/automatic/almond/focus_stack/depthmaps/scan01.png +0 -3
  7. outputs/automatic/almond/focus_stack/depthmaps/scan02.png +0 -3
  8. outputs/automatic/almond/focus_stack/depthmaps/scan03.png +0 -3
  9. outputs/automatic/almond/focus_stack/depthmaps/scan04.png +0 -3
  10. outputs/automatic/almond/focus_stack/depthmaps/scan05.png +0 -3
  11. outputs/automatic/almond/focus_stack/depthmaps/scan06.png +0 -3
  12. outputs/automatic/almond/focus_stack/depthmaps/scan07.png +0 -3
  13. outputs/automatic/almond/focus_stack/depthmaps/scan08.png +0 -3
  14. outputs/automatic/almond/focus_stack/depthmaps/scan101.png +0 -3
  15. outputs/automatic/almond/focus_stack/depthmaps/scan102.png +0 -3
  16. outputs/automatic/almond/focus_stack/depthmaps/scan103.png +0 -3
  17. outputs/automatic/almond/focus_stack/depthmaps/scan104.png +0 -3
  18. outputs/automatic/almond/focus_stack/depthmaps/scan106.png +0 -3
  19. outputs/automatic/almond/focus_stack/depthmaps/scan107.png +0 -3
  20. outputs/automatic/almond/focus_stack/depthmaps/scan108.png +0 -3
  21. outputs/automatic/almond/focus_stack/depthmaps/scan109.png +0 -3
  22. outputs/automatic/almond/focus_stack/depthmaps/scan110.png +0 -3
  23. outputs/automatic/almond/focus_stack/depthmaps/scan111.png +0 -3
  24. outputs/automatic/almond/focus_stack/depthmaps/scan112.png +0 -3
  25. outputs/automatic/almond/focus_stack/depthmaps/scan113.png +0 -3
  26. outputs/automatic/almond/focus_stack/depthmaps/scan114.png +0 -3
  27. outputs/automatic/almond/focus_stack/depthmaps/scan116.png +0 -3
  28. outputs/automatic/almond/focus_stack/depthmaps/scan117.png +0 -3
  29. outputs/automatic/almond/focus_stack/depthmaps/scan118.png +0 -3
  30. outputs/automatic/almond/focus_stack/depthmaps/scan119.png +0 -3
  31. outputs/automatic/almond/focus_stack/depthmaps/scan120.png +0 -3
  32. outputs/automatic/almond/focus_stack/depthmaps/scan121.png +0 -3
  33. outputs/automatic/almond/focus_stack/depthmaps/scan122.png +0 -3
  34. outputs/automatic/almond/focus_stack/depthmaps/scan123.png +0 -3
  35. outputs/automatic/almond/focus_stack/depthmaps/scan126.png +0 -3
  36. outputs/automatic/almond/focus_stack/depthmaps/scan127.png +0 -3
  37. outputs/automatic/almond/focus_stack/depthmaps/scan128.png +0 -3
  38. outputs/automatic/almond/focus_stack/depthmaps/scan129.png +0 -3
  39. outputs/automatic/almond/focus_stack/depthmaps/scan130.png +0 -3
  40. outputs/automatic/almond/focus_stack/depthmaps/scan131.png +0 -3
  41. outputs/automatic/almond/focus_stack/depthmaps/scan132.png +0 -3
  42. outputs/automatic/almond/focus_stack/depthmaps/scan133.png +0 -3
  43. outputs/automatic/almond/focus_stack/depthmaps/scan134.png +0 -3
  44. outputs/automatic/almond/focus_stack/depthmaps/scan135.png +0 -3
  45. outputs/automatic/almond/focus_stack/depthmaps/scan16.png +0 -3
  46. outputs/automatic/almond/focus_stack/depthmaps/scan17.png +0 -3
  47. outputs/automatic/almond/focus_stack/depthmaps/scan18.png +0 -3
  48. outputs/automatic/almond/focus_stack/depthmaps/scan19.png +0 -3
  49. outputs/automatic/almond/focus_stack/depthmaps/scan20.png +0 -3
  50. outputs/automatic/almond/focus_stack/depthmaps/scan21.png +0 -3
outputs/automatic/almond/.hydra/config.yaml DELETED
@@ -1,344 +0,0 @@
1
- focus_stack:
2
- dataset_dir: ${dataset_dir}
3
- scan_prefix: scan
4
- scan_dirs: null
5
- output_dir: ${output_dir}
6
- experiment_name: ${experiment_name}
7
- find_sharpest_image: true
8
- sharpness_score: laplacian
9
- sharpness_selection_mode: window
10
- sharpness_window_weights: uniform
11
- sharpness_gaussian_sigma: null
12
- output_paths:
13
- output_dir: ${..output_dir}/${..experiment_name}/focus_stack
14
- images_subdir: focus_stacked_images
15
- masks_subdir: focus_stacked_masks
16
- depthmaps_subdir: depthmaps
17
- sharpness_scores_subdir: sharpness_scores
18
- poses_filename: poses.json
19
- intrinsics_filename: intrinsics.json
20
- focus_stack_params:
21
- focal_stack_size: 7
22
- full_resolution_align: true
23
- global_align: true
24
- align_keep_size: true
25
- no_contrast: true
26
- low_pass_output: true
27
- low_pass_kernel_size: 5
28
- hydra:
29
- job:
30
- chdir: false
31
- run:
32
- dir: ${output_dir}/${experiment_name}
33
- output_subdir: .hydra
34
- random_seed: ${random_seed}
35
- masking:
36
- output_dir: ${output_dir}
37
- experiment_name: ${experiment_name}
38
- random_seed: ${random_seed}
39
- input_paths:
40
- images_dir: ${...output_dir}/${...experiment_name}/focus_stack/focus_stacked_images
41
- output_paths:
42
- output_dir: ${..output_dir}/${..experiment_name}/masking
43
- masks_subdir: masks
44
- bootstrap:
45
- min_contour_area: 100.0
46
- morph_kernel_size: 5
47
- bootstrap_stem: scan00
48
- bbox_padding: 20
49
- sam3:
50
- checkpoint_path: null
51
- bpe_path: null
52
- compile: false
53
- prompt: null
54
- output_prob_thresh: 0.5
55
- device: null
56
- visualization:
57
- overlay_alpha: 0.4
58
- overlay_color:
59
- - 255
60
- - 0
61
- - 0
62
- appearance:
63
- enabled: true
64
- top_k: 5
65
- tau: 3.0
66
- min_mutual_neighbors: 1
67
- mask_sanity:
68
- min_mask_area_frac: 1.0e-05
69
- max_bbox_area_frac: 0.8
70
- min_mask_fill_ratio: 0.02
71
- max_mask_components: 3
72
- rerun:
73
- enabled: true
74
- anchor_top_k: 3
75
- anchor_strategy: hybrid
76
- anchor_index_weight: 0.15
77
- dinov3:
78
- model: vit_small_patch16_dinov3
79
- pretrained: true
80
- image_size: 512
81
- device: null
82
- patch_similarity_threshold: 0.45
83
- max_bad_patch_fraction: 0.2
84
- min_patch_mean_score: -1.0
85
- max_patch_bank: 20000
86
- hydra:
87
- job:
88
- chdir: false
89
- run:
90
- dir: ${output_dir}/${experiment_name}
91
- output_subdir: .hydra
92
- colmap:
93
- random_seed: ${random_seed}
94
- run:
95
- colmap_feat_extract_match: true
96
- colmap_reconstruct: true
97
- output_dir: ${output_dir}
98
- experiment_name: ${experiment_name}
99
- feat_extract_match:
100
- input_paths:
101
- images_dir: ${...output_dir}/${...experiment_name}/focus_stack/focus_stacked_images
102
- masks_dir: ${...output_dir}/${...experiment_name}/masking/masks
103
- output_paths:
104
- output_dir: ${...output_dir}/${...experiment_name}
105
- database_filename: database.db
106
- extraction:
107
- device: cpu
108
- camera_model: OPENCV
109
- num_threads: 1
110
- max_num_features: 8192
111
- estimate_affine_shape: true
112
- matching:
113
- use_gpu: false
114
- num_threads: 1
115
- guided_matching: true
116
- reconstruction:
117
- mode: triangulate
118
- load_prior_poses: false
119
- load_prior_intrinsics: false
120
- refine_intrinsics: true
121
- input_paths:
122
- poses_json: ${...output_dir}/${...experiment_name}/poses.json
123
- prior_intrinsics_filepath: ${...output_dir}/${...experiment_name}/intrinsics.json
124
- images_dir: ${...feat_extract_match.input_paths.images_dir}
125
- database_filepath: ${...feat_extract_match.output_paths.output_dir}/${...feat_extract_match.output_paths.database_filename}
126
- output_paths:
127
- output_dir: ${...output_dir}/${...experiment_name}
128
- model_dirname: sparse_model
129
- mapping_params:
130
- min_focal_length_ratio: 0.1
131
- max_focal_length_ratio: 10.0
132
- max_extra_param: .inf
133
- ba_local_max_num_iterations: 30
134
- ba_local_max_refinements: 3
135
- ba_global_max_num_iterations: 75
136
- ba_use_gpu: false
137
- num_threads: 1
138
- hydra:
139
- job:
140
- chdir: false
141
- run:
142
- dir: ${output_dir}/${experiment_name}
143
- output_subdir: .hydra
144
- gs_3d:
145
- random_seed: ${random_seed}
146
- strategy:
147
- _target_: gsplat.strategy.DefaultStrategy
148
- verbose: true
149
- prune_opa: 0.1
150
- grow_grad2d: 0.0004
151
- grow_scale3d: 0.01
152
- prune_scale3d: 0.1
153
- refine_start_iter: 500
154
- refine_stop_iter: 15000
155
- reset_every: 3000
156
- refine_every: 100
157
- absgrad: false
158
- revised_opacity: false
159
- key_for_gradient: means2d
160
- disable_viewer: true
161
- ckpt: null
162
- compression: null
163
- render_traj_path: interp
164
- render_traj_trim: 5
165
- output_dir: ${output_dir}
166
- experiment_name: ${experiment_name}
167
- input_paths:
168
- model_dir: ${..output_dir}/${..experiment_name}/sparse_model
169
- images_dir: ${..output_dir}/${..experiment_name}/masking/masked_images
170
- masks_dir: ${..output_dir}/${..experiment_name}/masking/masks
171
- valid_region_masks_dir: ${..output_dir}/${..experiment_name}/focus_stack/focus_stacked_masks
172
- output_paths:
173
- splat_dir: ${..output_dir}/${..experiment_name}/gs_3d
174
- data_factor: 1
175
- test_every: 8
176
- patch_size: null
177
- global_scale: 1.0
178
- normalize_world_space: true
179
- camera_model: pinhole
180
- port: 8080
181
- batch_size: 1
182
- steps_scaler: 1.0
183
- max_steps: 30000
184
- eval_steps:
185
- - 7000
186
- - 30000
187
- save_steps:
188
- - 7000
189
- - 30000
190
- save_ply: true
191
- ply_steps:
192
- - 7000
193
- - 30000
194
- disable_video: true
195
- init_type: sfm
196
- init_num_pts: 100000
197
- init_extent: 3.0
198
- sh_degree: 3
199
- sh_degree_interval: 1000
200
- init_opa: 0.1
201
- init_scale: 1.0
202
- ssim_lambda: 0.2
203
- near_plane: 0.01
204
- far_plane: 10000000000.0
205
- packed: false
206
- sparse_grad: false
207
- visible_adam: false
208
- antialiased: false
209
- random_bkgd: false
210
- means_lr: 0.00016
211
- scales_lr: 0.005
212
- opacities_lr: 0.05
213
- quats_lr: 0.001
214
- sh0_lr: 0.0025
215
- shN_lr: 0.000125
216
- opacity_reg: 0.0
217
- scale_reg: 0.0
218
- pose_opt: false
219
- pose_opt_lr: 1.0e-05
220
- pose_opt_reg: 1.0e-06
221
- pose_noise: 0.0
222
- app_opt: false
223
- app_embed_dim: 16
224
- app_opt_lr: 0.001
225
- app_opt_reg: 1.0e-06
226
- use_bilateral_grid: false
227
- bilateral_grid_shape:
228
- - 16
229
- - 16
230
- - 8
231
- depth_loss: false
232
- depth_lambda: 0.01
233
- bg_alpha_loss: true
234
- bg_alpha_lambda: 0.5
235
- tb_every: 100
236
- tb_save_image: false
237
- lpips_net: alex
238
- with_ut: false
239
- with_eval3d: false
240
- use_fused_bilagrid: false
241
- hydra:
242
- job:
243
- chdir: false
244
- run:
245
- dir: outputs/hydra/${now:%Y-%m-%d_%H-%M-%S}
246
- output_subdir: .hydra
247
- gs_2d:
248
- random_seed: ${random_seed}
249
- disable_viewer: false
250
- ckpt: null
251
- compression: null
252
- render_traj_path: interp
253
- render_traj_trim: 5
254
- output_dir: ${output_dir}
255
- experiment_name: ${experiment_name}
256
- input_paths:
257
- model_dir: ${..output_dir}/${..experiment_name}/sparse_model
258
- images_dir: ${..output_dir}/${..experiment_name}/focus_stack/focus_stacked_images
259
- masks_dir: ${..output_dir}/${..experiment_name}/masking/masks
260
- output_paths:
261
- splat_dir: ${..output_dir}/${..experiment_name}/gs_2d
262
- data_factor: 4
263
- test_every: 8
264
- patch_size: null
265
- global_scale: 1.0
266
- normalize_world_space: true
267
- camera_model: pinhole
268
- port: 8080
269
- batch_size: 1
270
- steps_scaler: 1.0
271
- max_steps: 30000
272
- eval_steps:
273
- - 7000
274
- - 30000
275
- save_steps:
276
- - 7000
277
- - 30000
278
- save_ply: true
279
- ply_steps:
280
- - 7000
281
- - 30000
282
- disable_video: false
283
- init_type: sfm
284
- init_num_pts: 100000
285
- init_extent: 3.0
286
- sh_degree: 3
287
- sh_degree_interval: 1000
288
- init_opa: 0.1
289
- init_scale: 1.0
290
- ssim_lambda: 0.2
291
- model_type: 2dgs
292
- near_plane: 0.2
293
- far_plane: 200
294
- packed: false
295
- sparse_grad: false
296
- absgrad: false
297
- antialiased: false
298
- revised_opacity: false
299
- random_bkgd: false
300
- prune_opa: 0.05
301
- grow_grad2d: 0.0002
302
- grow_scale3d: 0.01
303
- prune_scale3d: 0.1
304
- refine_start_iter: 500
305
- refine_stop_iter: 15000
306
- reset_every: 3000
307
- refine_every: 100
308
- pose_opt: false
309
- pose_opt_lr: 1.0e-05
310
- pose_opt_reg: 1.0e-06
311
- pose_noise: 0.0
312
- app_opt: false
313
- app_embed_dim: 16
314
- app_opt_lr: 0.001
315
- app_opt_reg: 1.0e-06
316
- depth_loss: false
317
- depth_lambda: 0.01
318
- bg_alpha_loss: true
319
- bg_alpha_lambda: 0.5
320
- normal_loss: false
321
- normal_lambda: 0.05
322
- normal_start_iter: 7000
323
- dist_loss: false
324
- dist_lambda: 0.01
325
- dist_start_iter: 3000
326
- tb_every: 100
327
- tb_save_image: false
328
- hydra:
329
- job:
330
- chdir: false
331
- run:
332
- dir: outputs/hydra/${now:%Y-%m-%d_%H-%M-%S}
333
- output_subdir: .hydra
334
- output_dir: ../microscope-data/outputs/automatic
335
- experiment_name: almond
336
- random_seed: 0
337
- dataset_dir: /home/rmineyev3/Microscopic-3D-Reconstruction/microscope-data/scans/almond
338
- run:
339
- focus_stack: true
340
- masking: true
341
- colmap: true
342
- splatting_method: gs_3d
343
- reconstruction:
344
- mode: automatic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
outputs/automatic/almond/.hydra/hydra.yaml DELETED
@@ -1,163 +0,0 @@
1
- hydra:
2
- run:
3
- dir: ${output_dir}/${experiment_name}
4
- sweep:
5
- dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
6
- subdir: ${hydra.job.num}
7
- launcher:
8
- _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
- sweeper:
10
- _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
- max_batch_size: null
12
- params: null
13
- help:
14
- app_name: ${hydra.job.name}
15
- header: '${hydra.help.app_name} is powered by Hydra.
16
-
17
- '
18
- footer: 'Powered by Hydra (https://hydra.cc)
19
-
20
- Use --hydra-help to view Hydra specific help
21
-
22
- '
23
- template: '${hydra.help.header}
24
-
25
- == Configuration groups ==
26
-
27
- Compose your configuration from those groups (group=option)
28
-
29
-
30
- $APP_CONFIG_GROUPS
31
-
32
-
33
- == Config ==
34
-
35
- Override anything in the config (foo.bar=value)
36
-
37
-
38
- $CONFIG
39
-
40
-
41
- ${hydra.help.footer}
42
-
43
- '
44
- hydra_help:
45
- template: 'Hydra (${hydra.runtime.version})
46
-
47
- See https://hydra.cc for more info.
48
-
49
-
50
- == Flags ==
51
-
52
- $FLAGS_HELP
53
-
54
-
55
- == Configuration groups ==
56
-
57
- Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
- to command line)
59
-
60
-
61
- $HYDRA_CONFIG_GROUPS
62
-
63
-
64
- Use ''--cfg hydra'' to Show the Hydra config.
65
-
66
- '
67
- hydra_help: ???
68
- hydra_logging:
69
- version: 1
70
- formatters:
71
- simple:
72
- format: '[%(asctime)s][HYDRA] %(message)s'
73
- handlers:
74
- console:
75
- class: logging.StreamHandler
76
- formatter: simple
77
- stream: ext://sys.stdout
78
- root:
79
- level: INFO
80
- handlers:
81
- - console
82
- loggers:
83
- logging_example:
84
- level: DEBUG
85
- disable_existing_loggers: false
86
- job_logging:
87
- version: 1
88
- formatters:
89
- simple:
90
- format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
- handlers:
92
- console:
93
- class: logging.StreamHandler
94
- formatter: simple
95
- stream: ext://sys.stdout
96
- file:
97
- class: logging.FileHandler
98
- formatter: simple
99
- filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
- root:
101
- level: INFO
102
- handlers:
103
- - console
104
- - file
105
- disable_existing_loggers: false
106
- env: {}
107
- mode: RUN
108
- searchpath: []
109
- callbacks: {}
110
- output_subdir: .hydra
111
- overrides:
112
- hydra:
113
- - hydra.mode=RUN
114
- task:
115
- - +experiment=automatic
116
- - dataset_dir=/home/rmineyev3/Microscopic-3D-Reconstruction/microscope-data/scans/almond
117
- - experiment_name=almond
118
- job:
119
- name: run_pipeline
120
- chdir: false
121
- override_dirname: +experiment=automatic,dataset_dir=/home/rmineyev3/Microscopic-3D-Reconstruction/microscope-data/scans/almond,experiment_name=almond
122
- id: ???
123
- num: ???
124
- config_name: pipeline
125
- env_set: {}
126
- env_copy: []
127
- config:
128
- override_dirname:
129
- kv_sep: '='
130
- item_sep: ','
131
- exclude_keys: []
132
- runtime:
133
- version: 1.3.2
134
- version_base: '1.3'
135
- cwd: /home/rmineyev3/Microscopic-3D-Reconstruction/reconstruction
136
- config_sources:
137
- - path: hydra.conf
138
- schema: pkg
139
- provider: hydra
140
- - path: /home/rmineyev3/Microscopic-3D-Reconstruction/reconstruction/configs
141
- schema: file
142
- provider: main
143
- - path: ''
144
- schema: structured
145
- provider: schema
146
- output_dir: /home/rmineyev3/Microscopic-3D-Reconstruction/microscope-data/outputs/automatic/almond
147
- choices:
148
- experiment: automatic
149
- gs_2d: default
150
- gs_3d: default
151
- colmap: default
152
- masking: default
153
- focus_stack: default
154
- hydra/env: default
155
- hydra/callbacks: null
156
- hydra/job_logging: default
157
- hydra/hydra_logging: default
158
- hydra/hydra_help: default
159
- hydra/help: default
160
- hydra/sweeper: basic
161
- hydra/launcher: basic
162
- hydra/output: default
163
- verbose: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
outputs/automatic/almond/.hydra/overrides.yaml DELETED
@@ -1,3 +0,0 @@
1
- - +experiment=automatic
2
- - dataset_dir=/home/rmineyev3/Microscopic-3D-Reconstruction/microscope-data/scans/almond
3
- - experiment_name=almond
 
 
 
 
outputs/automatic/almond/database.db DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:47defee062f377bd9a6153f887001a35f07c99621fa938b1590cafc41c0b1729
3
- size 118804480
 
 
 
 
outputs/automatic/almond/focus_stack/depthmaps/scan00.png DELETED

Git LFS Details

  • SHA256: 112b0f1d9bdcb48780a35090f27afde8a91b9c9f4c25b5f0d47f1b1db96602f8
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB
outputs/automatic/almond/focus_stack/depthmaps/scan01.png DELETED

Git LFS Details

  • SHA256: 27d050569004fac124b20200d4c3bd120dfee85f0465007a24cb016adadaf569
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
outputs/automatic/almond/focus_stack/depthmaps/scan02.png DELETED

Git LFS Details

  • SHA256: 74d67461ef658f2b8de3ce9e9020df9facaefe7ef6d53237aac74c327ffe5f59
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
outputs/automatic/almond/focus_stack/depthmaps/scan03.png DELETED

Git LFS Details

  • SHA256: 4571380943333249dcdc819bddab45f07e34f094b033ba3b9608ae542d78da6f
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
outputs/automatic/almond/focus_stack/depthmaps/scan04.png DELETED

Git LFS Details

  • SHA256: b3ea2bedae3c43ccfa4554bd45bf33539e98b8ed5390a54e0b3ee91843decab2
  • Pointer size: 131 Bytes
  • Size of remote file: 192 kB
outputs/automatic/almond/focus_stack/depthmaps/scan05.png DELETED

Git LFS Details

  • SHA256: 0d9c215ce32ce5e07f6c96e5fdf283a36ab77d539c4774834fbf7b705c3d5523
  • Pointer size: 131 Bytes
  • Size of remote file: 219 kB
outputs/automatic/almond/focus_stack/depthmaps/scan06.png DELETED

Git LFS Details

  • SHA256: e43d51090431e79dfaeb87331827d30f022376295587e6cb76f93cfabc73d159
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
outputs/automatic/almond/focus_stack/depthmaps/scan07.png DELETED

Git LFS Details

  • SHA256: cad60ed84d6a7085f65ab04bf683dfe9203a3b9c8eff159941fbdda144910177
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
outputs/automatic/almond/focus_stack/depthmaps/scan08.png DELETED

Git LFS Details

  • SHA256: b56b1513be03cd4e6341780cc79f4b4860311462f7f0c5a9b9ac9ca393d07ea3
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
outputs/automatic/almond/focus_stack/depthmaps/scan101.png DELETED

Git LFS Details

  • SHA256: 7b02cd82fe833357b471f3dadec78d665dee37665c4c3b7e47d05edc20992710
  • Pointer size: 131 Bytes
  • Size of remote file: 212 kB
outputs/automatic/almond/focus_stack/depthmaps/scan102.png DELETED

Git LFS Details

  • SHA256: 05cddbcd75455302d1fd639a4fc3d920f0c1d4a9d121ec34bb30175ed96f29ab
  • Pointer size: 131 Bytes
  • Size of remote file: 229 kB
outputs/automatic/almond/focus_stack/depthmaps/scan103.png DELETED

Git LFS Details

  • SHA256: e13e2c289e3b89eb2c26c1afad090b5ef4f08396e5b7e6ccf376da559bdf3981
  • Pointer size: 131 Bytes
  • Size of remote file: 222 kB
outputs/automatic/almond/focus_stack/depthmaps/scan104.png DELETED

Git LFS Details

  • SHA256: e1d88a03ae33b5e26a083a7462081b96da7ea9034653d6ab15c1bd8ebf683a1e
  • Pointer size: 131 Bytes
  • Size of remote file: 212 kB
outputs/automatic/almond/focus_stack/depthmaps/scan106.png DELETED

Git LFS Details

  • SHA256: 78ebcea8d376e1a02a109033a44457e9518bd775b40d19079664664851835353
  • Pointer size: 131 Bytes
  • Size of remote file: 143 kB
outputs/automatic/almond/focus_stack/depthmaps/scan107.png DELETED

Git LFS Details

  • SHA256: 4d18481adfb2aed72241eea75a8e3a64bc752aaf4eb7af52b8a77a6ae7bdf275
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
outputs/automatic/almond/focus_stack/depthmaps/scan108.png DELETED

Git LFS Details

  • SHA256: c586c2bd6e8c9d4bc7df925b52235e74a21d399fb651d224504d1e05c0eb5cb6
  • Pointer size: 131 Bytes
  • Size of remote file: 182 kB
outputs/automatic/almond/focus_stack/depthmaps/scan109.png DELETED

Git LFS Details

  • SHA256: c280a2bed4729df705aa723f3f9f826f9f43af467ec4be73e0b39c1b7cbcb6da
  • Pointer size: 131 Bytes
  • Size of remote file: 194 kB
outputs/automatic/almond/focus_stack/depthmaps/scan110.png DELETED

Git LFS Details

  • SHA256: e793c8acbd9decb389696a93493090ac8a1e692d25d07603e4cda4c7e367bdcf
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
outputs/automatic/almond/focus_stack/depthmaps/scan111.png DELETED

Git LFS Details

  • SHA256: 47edf8512812cd98c65af92d8b8b89b772a3d08c5339fef6dc5fc2aeb7c4b49d
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
outputs/automatic/almond/focus_stack/depthmaps/scan112.png DELETED

Git LFS Details

  • SHA256: 9bf99989388e3cde94f49aa66a044fc6acde08a0c19faa6eefa2b171307d8f3e
  • Pointer size: 131 Bytes
  • Size of remote file: 216 kB
outputs/automatic/almond/focus_stack/depthmaps/scan113.png DELETED

Git LFS Details

  • SHA256: 36dd927b98f7da2bb29cb89e366902b845b125d5d3a301c66c138d4fc05fd639
  • Pointer size: 131 Bytes
  • Size of remote file: 197 kB
outputs/automatic/almond/focus_stack/depthmaps/scan114.png DELETED

Git LFS Details

  • SHA256: e3fdd0a9bf36fbef8d2cbf49259820fd770608241eacd9aa9891af7f4d9b3928
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB
outputs/automatic/almond/focus_stack/depthmaps/scan116.png DELETED

Git LFS Details

  • SHA256: ec00ae9b08e34a07ccb88503b1d6228edb06394bd0c0c9737694b7a2683a6476
  • Pointer size: 131 Bytes
  • Size of remote file: 217 kB
outputs/automatic/almond/focus_stack/depthmaps/scan117.png DELETED

Git LFS Details

  • SHA256: d37e7d69e0fd050af9971f1d0d609a48e5aebc16247c73759d421c8acec4111d
  • Pointer size: 131 Bytes
  • Size of remote file: 192 kB
outputs/automatic/almond/focus_stack/depthmaps/scan118.png DELETED

Git LFS Details

  • SHA256: 7be411b5f7cc0a0424621c5b8dbbb0ca13380e38ed1610ec49ce99c6208c4f8f
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
outputs/automatic/almond/focus_stack/depthmaps/scan119.png DELETED

Git LFS Details

  • SHA256: 87438bb3b65a39bf00a366957625ab941e722c1039143b99d240e8abe18e7658
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
outputs/automatic/almond/focus_stack/depthmaps/scan120.png DELETED

Git LFS Details

  • SHA256: 3cea8921071c2e25d3991a6323856bdc29333b00fec7df8732d942fcdff9e111
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
outputs/automatic/almond/focus_stack/depthmaps/scan121.png DELETED

Git LFS Details

  • SHA256: a0c561a505bc8bcb78d4f0f0e199f6a6fa46983ccab6857f3cb3a8fd9d738ea6
  • Pointer size: 131 Bytes
  • Size of remote file: 194 kB
outputs/automatic/almond/focus_stack/depthmaps/scan122.png DELETED

Git LFS Details

  • SHA256: c45c96d0c8c71aba845162eb8d0c00de95cce5078fb7003d7721b978526a18e3
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
outputs/automatic/almond/focus_stack/depthmaps/scan123.png DELETED

Git LFS Details

  • SHA256: fc30f86a51898f5e034a5b44bd99fa6e2f4415422748201932c57a85e4fdb936
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
outputs/automatic/almond/focus_stack/depthmaps/scan126.png DELETED

Git LFS Details

  • SHA256: 8953d55804d6ed6587ff2e522a5b9a4fa74fc4556ad3f2d04aa5dad33d3fd97a
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
outputs/automatic/almond/focus_stack/depthmaps/scan127.png DELETED

Git LFS Details

  • SHA256: 82356ab1e1088e4e27e0e2f2b45b68050359012f35efa5591ee505d7d6f00238
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
outputs/automatic/almond/focus_stack/depthmaps/scan128.png DELETED

Git LFS Details

  • SHA256: ef18c8906154811370a655a21d8d2c2f3cdf2b60b10414f7a347d32a5b8dd384
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB
outputs/automatic/almond/focus_stack/depthmaps/scan129.png DELETED

Git LFS Details

  • SHA256: 56c6de53b00f64fbc2b313201386d47dbc5b2897299460c2244b13986aa830f2
  • Pointer size: 131 Bytes
  • Size of remote file: 198 kB
outputs/automatic/almond/focus_stack/depthmaps/scan130.png DELETED

Git LFS Details

  • SHA256: 09209f9c1f40a7b5cff7eff7b84157a409a009f1382ef42f16756634e14f2c7d
  • Pointer size: 131 Bytes
  • Size of remote file: 169 kB
outputs/automatic/almond/focus_stack/depthmaps/scan131.png DELETED

Git LFS Details

  • SHA256: ce5acfafe249e2b572fde5ba85c3b000064621a4c1687bfff0eb3c8efee2fb5d
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
outputs/automatic/almond/focus_stack/depthmaps/scan132.png DELETED

Git LFS Details

  • SHA256: 7498e1cdab5ed445ca9e4b61a11e1a8c2b5eff10839308ef5f078f983aa7f503
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
outputs/automatic/almond/focus_stack/depthmaps/scan133.png DELETED

Git LFS Details

  • SHA256: c0fc44a24f4e372e474c308ad8267c8006a79723738011b7e4a52f844b458254
  • Pointer size: 131 Bytes
  • Size of remote file: 176 kB
outputs/automatic/almond/focus_stack/depthmaps/scan134.png DELETED

Git LFS Details

  • SHA256: e5303176e24c6ee4d002da908c3f97539cc75d5d8c870381aa477a4eb282799f
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
outputs/automatic/almond/focus_stack/depthmaps/scan135.png DELETED

Git LFS Details

  • SHA256: a61e544b4a888a741d57a6d95c2d8e8cca12f0f49ca7de6ae8ea8c20047b9c5c
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
outputs/automatic/almond/focus_stack/depthmaps/scan16.png DELETED

Git LFS Details

  • SHA256: 52d6e1455861a80bea4772723fcbeccc77eecd8e0107408a323efb2eb890f1de
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
outputs/automatic/almond/focus_stack/depthmaps/scan17.png DELETED

Git LFS Details

  • SHA256: 0ed0365cddb9e34edecf37d1b858fc47c1a3e9df00c8502f3cc0e8aea71b5469
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
outputs/automatic/almond/focus_stack/depthmaps/scan18.png DELETED

Git LFS Details

  • SHA256: 00b27463f5c178aca8fa50e381c5d7343f14623dc971fafdcc78e307c59cd467
  • Pointer size: 131 Bytes
  • Size of remote file: 166 kB
outputs/automatic/almond/focus_stack/depthmaps/scan19.png DELETED

Git LFS Details

  • SHA256: a95f25ca239d28b1a56f9e030528257c8c3ff8fb5eb42a3a3b075cdbb23ddacb
  • Pointer size: 131 Bytes
  • Size of remote file: 213 kB
outputs/automatic/almond/focus_stack/depthmaps/scan20.png DELETED

Git LFS Details

  • SHA256: 9bd1936c60ae3f3ddffd59cfd5ed15bf33de991923a9b98af6def8cfdc0a5bd1
  • Pointer size: 131 Bytes
  • Size of remote file: 219 kB
outputs/automatic/almond/focus_stack/depthmaps/scan21.png DELETED

Git LFS Details

  • SHA256: f02586a0dac74292a6d155f21ac201f5288594e3cb73c7bf6034f88d6d410903
  • Pointer size: 131 Bytes
  • Size of remote file: 216 kB