Robert Azarcon commited on
Commit ·
34c790a
1
Parent(s): 2132c9d
add almond + blueberry
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- outputs/automatic/almond/.hydra/config.yaml +0 -344
- outputs/automatic/almond/.hydra/hydra.yaml +0 -163
- outputs/automatic/almond/.hydra/overrides.yaml +0 -3
- outputs/automatic/almond/database.db +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan00.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan01.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan02.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan03.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan04.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan05.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan06.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan07.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan08.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan101.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan102.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan103.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan104.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan106.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan107.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan108.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan109.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan110.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan111.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan112.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan113.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan114.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan116.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan117.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan118.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan119.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan120.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan121.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan122.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan123.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan126.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan127.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan128.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan129.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan130.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan131.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan132.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan133.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan134.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan135.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan16.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan17.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan18.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan19.png +0 -3
- outputs/automatic/almond/focus_stack/depthmaps/scan20.png +0 -3
- 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
|
outputs/automatic/almond/focus_stack/depthmaps/scan01.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan02.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan03.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan04.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan05.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan06.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan07.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan08.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan101.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan102.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan103.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan104.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan106.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan107.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan108.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan109.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan110.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan111.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan112.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan113.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan114.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan116.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan117.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan118.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan119.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan120.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan121.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan122.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan123.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan126.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan127.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan128.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan129.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan130.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan131.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan132.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan133.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan134.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan135.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan16.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan17.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan18.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan19.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan20.png
DELETED
Git LFS Details
|
outputs/automatic/almond/focus_stack/depthmaps/scan21.png
DELETED
Git LFS Details
|