rsi commited on
Commit
1f8b4a8
·
1 Parent(s): 9804055

add dino v3 checkpoints

Browse files
Files changed (25) hide show
  1. ffl/224/v0_all_bs4x16/.hydra/config.yaml +34 -30
  2. ffl/224/v0_all_bs4x16/.hydra/hydra.yaml +4 -5
  3. ffl/224/v0_all_bs4x16/.hydra/overrides.yaml +1 -2
  4. ffl/224/v4_image_bs4x16/.hydra/config.yaml +34 -28
  5. ffl/224/v4_image_bs4x16/.hydra/hydra.yaml +6 -9
  6. ffl/224/v4_image_bs4x16/.hydra/overrides.yaml +3 -6
  7. ffl/224/v4_image_bs4x16/predictions_CH_val/acm.tol_1/best_val_iou.json +3 -0
  8. ffl/224/v4_image_bs4x16/predictions_CH_val/best_val_iou.json +2 -2
  9. ffl/224/v5_lidar_bs2x16_mnv64/.hydra/config.yaml +30 -27
  10. ffl/224/v5_lidar_bs2x16_mnv64/.hydra/hydra.yaml +4 -4
  11. ffl/224/v5_lidar_bs2x16_mnv64/.hydra/overrides.yaml +1 -1
  12. ffl/224/v5_lidar_bs2x16_mnv64/predict.log +0 -0
  13. ffl/224/v5_lidar_bs2x16_mnv64/predictions_CH_val/acm.tol_1/best_val_iou.json +3 -0
  14. ffl/224/v5_lidar_bs2x16_mnv64/predictions_CH_val/best_val_iou.json +3 -0
  15. pix2poly/224/lidar_dinov3/checkpoints/best_val_iou.pth +3 -0
  16. pix2poly/224/lidar_dinov3/checkpoints/best_val_loss.pth +3 -0
  17. pix2poly/224/lidar_dinov3/checkpoints/latest.pth +3 -0
  18. pix2poly/224/lidar_dinov3/predictions_CH_val/best_val_iou.json +3 -0
  19. pix2poly/224/lidar_dinov3/train.log +45 -0
  20. pix2poly/224/lidar_pp_vit_bs2x16_mnv64/.hydra/config.yaml +42 -38
  21. pix2poly/224/lidar_pp_vit_bs2x16_mnv64/.hydra/hydra.yaml +6 -6
  22. pix2poly/224/lidar_pp_vit_bs2x16_mnv64/.hydra/overrides.yaml +2 -2
  23. pix2poly/224/lidar_pp_vit_bs2x16_mnv64/predict.log +0 -0
  24. pix2poly/224/lidar_pp_vit_bs2x16_mnv64/predict_geotile.log +4 -0
  25. pix2poly/224/lidar_pp_vit_bs2x16_mnv64/predictions_CH_val/best_val_iou.json +3 -0
ffl/224/v0_all_bs4x16/.hydra/config.yaml CHANGED
@@ -1,36 +1,41 @@
1
  host:
2
  name: gin
3
- data_root: /data/rsulzer/${..dataset.name}
4
- model_root: /data/rsulzer/${..dataset.name}_output
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
 
 
9
  run_type:
10
- name: debug
11
  batch_size: 16
12
- train_subset: 256
13
- val_subset: 32
14
- test_subset: 32
15
- logging: DEBUG
16
- num_workers: 0
17
- log_to_wandb: false
18
- dataset:
19
- name: PixelsPointsPolygons
20
- size: ${..experiment.encoder.in_size}
21
- path: ${host.data_root}/data/${.size}
22
- annotations:
23
- train: ${..path}/annotations/annotations_${...experiment.country}_train.json
24
- val: ${..path}/annotations/annotations_${...experiment.country}_val.json
25
- test: ${..path}/annotations/annotations_${...experiment.country}_test.json
26
- ffl_stats:
27
- train: ${..path}/ffl/train/stats-${...experiment.country}.pt
28
- val: ${..path}/ffl/val/stats-${...experiment.country}.pt
29
- test: ${..path}/ffl/test/stats-${...experiment.country}.pt
30
- train_subset: ${..run_type.train_subset}
31
- val_subset: ${..run_type.val_subset}
32
- test_subset: ${..run_type.test_subset}
33
  experiment:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  encoder:
35
  name: early_fusion_vit_cnn
36
  use_images: true
@@ -52,7 +57,7 @@ experiment:
52
  out_feature_dim: ${..model.decoder.in_feature_dim}
53
  vit:
54
  type: vit_small_patch${..patch_size}_${..in_size}.dino
55
- checkpoint_file: ${....host.model_root}/backbones/dino_deitsmall8_pretrain.pth
56
  pretrained: true
57
  patch_size: 8
58
  patch_feature_size: 28
@@ -230,22 +235,21 @@ experiment:
230
  min_area: 10
231
  name: v0_all_bs4x16
232
  group_name: v2_${.model.name}
233
- country: all
234
  training:
235
  save_best: true
236
  save_latest: true
237
  save_every: 10
238
- val_every: 1
239
  best_val_loss: 10000000.0
240
  best_val_iou: 0.0
241
  evaluation:
242
  split: val
243
- pred_file: ${..output_dir}/predictions_${..experiment.country}_${.split}/${..checkpoint}.json
244
  modes:
245
  - iou
246
  eval_file: results/metrics
247
- experiment.name: debug
248
- output_dir: ${.host.model_root}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
249
  checkpoint: best_val_iou
250
  num_workers: ${.run_type.num_workers}
251
  image_file: demo_data/image0_CH_val.tif
 
1
  host:
2
  name: gin
3
+ dataset_root: /data/rsulzer
4
+ model_root: /data/rsulzer
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
9
+ dino_v2_repo: /user/rsulzer/home/remote_python/dinov2
10
+ dino_v3_repo: /user/rsulzer/home/remote_python/dinov3
11
  run_type:
12
+ name: release
13
  batch_size: 16
14
+ train_subset: null
15
+ val_subset: null
16
+ test_subset: null
17
+ logging: INFO
18
+ num_workers: 16
19
+ log_to_wandb: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  experiment:
21
+ dataset:
22
+ name: PixelsPointsPolygons
23
+ size: ${..encoder.in_size}
24
+ in_path: ${host.dataset_root}/${..dataset.name}_dataset/data/${.size}
25
+ out_path: ${host.model_root}/${..dataset.name}_output
26
+ annotation_type: blocks
27
+ country: all
28
+ annotations:
29
+ train: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_train.json
30
+ val: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_val.json
31
+ test: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_test.json
32
+ ffl_stats:
33
+ train: ${..in_path}/ffl/train/stats-${..country}.pt
34
+ val: ${..in_path}/ffl/val/stats-${..country}.pt
35
+ test: ${..in_path}/ffl/test/stats-${..country}.pt
36
+ train_subset: ${...run_type.train_subset}
37
+ val_subset: ${...run_type.val_subset}
38
+ test_subset: ${...run_type.test_subset}
39
  encoder:
40
  name: early_fusion_vit_cnn
41
  use_images: true
 
57
  out_feature_dim: ${..model.decoder.in_feature_dim}
58
  vit:
59
  type: vit_small_patch${..patch_size}_${..in_size}.dino
60
+ checkpoint_file: ${...dataset.out_path}/backbones/dino_deitsmall8_pretrain.pth
61
  pretrained: true
62
  patch_size: 8
63
  patch_feature_size: 28
 
235
  min_area: 10
236
  name: v0_all_bs4x16
237
  group_name: v2_${.model.name}
238
+ project_name: HiSup
239
  training:
240
  save_best: true
241
  save_latest: true
242
  save_every: 10
243
+ val_every: 5
244
  best_val_loss: 10000000.0
245
  best_val_iou: 0.0
246
  evaluation:
247
  split: val
248
+ pred_file: ${..output_dir}/predictions_${..experiment.dataset.country}_${.split}/${..checkpoint}.json
249
  modes:
250
  - iou
251
  eval_file: results/metrics
252
+ output_dir: ${.experiment.dataset.out_path}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
 
253
  checkpoint: best_val_iou
254
  num_workers: ${.run_type.num_workers}
255
  image_file: demo_data/image0_CH_val.tif
ffl/224/v0_all_bs4x16/.hydra/hydra.yaml CHANGED
@@ -112,16 +112,15 @@ hydra:
112
  hydra:
113
  - hydra.mode=RUN
114
  task:
115
- - run_type=debug
116
  - host=gin
117
- - checkpoint=best_val_iou
118
  - experiment=ffl_fusion
119
  - +image_file=demo_data/image0_CH_val.tif
120
  - +lidar_file=demo_data/lidar0_CH_val.copc.laz
 
121
  job:
122
  name: predict_demo
123
  chdir: null
124
- override_dirname: +image_file=demo_data/image0_CH_val.tif,+lidar_file=demo_data/lidar0_CH_val.copc.laz,checkpoint=best_val_iou,experiment=ffl_fusion,host=gin,run_type=debug
125
  id: ???
126
  num: ???
127
  config_name: config
@@ -154,8 +153,8 @@ hydra:
154
  [email protected]: asm_acm
155
156
  [email protected]: early_fusion_vit_cnn
157
- dataset: p3
158
- run_type: debug
159
  host: gin
160
  hydra/env: default
161
  hydra/callbacks: null
 
112
  hydra:
113
  - hydra.mode=RUN
114
  task:
 
115
  - host=gin
 
116
  - experiment=ffl_fusion
117
  - +image_file=demo_data/image0_CH_val.tif
118
  - +lidar_file=demo_data/lidar0_CH_val.copc.laz
119
+ - checkpoint=best_val_iou
120
  job:
121
  name: predict_demo
122
  chdir: null
123
+ override_dirname: +image_file=demo_data/image0_CH_val.tif,+lidar_file=demo_data/lidar0_CH_val.copc.laz,checkpoint=best_val_iou,experiment=ffl_fusion,host=gin
124
  id: ???
125
  num: ???
126
  config_name: config
 
153
  [email protected]: asm_acm
154
155
  [email protected]: early_fusion_vit_cnn
156
+ dataset@experiment.dataset: p3
157
+ run_type: release
158
  host: gin
159
  hydra/env: default
160
  hydra/callbacks: null
ffl/224/v0_all_bs4x16/.hydra/overrides.yaml CHANGED
@@ -1,6 +1,5 @@
1
- - run_type=debug
2
  - host=gin
3
- - checkpoint=best_val_iou
4
  - experiment=ffl_fusion
5
  - +image_file=demo_data/image0_CH_val.tif
6
  - +lidar_file=demo_data/lidar0_CH_val.copc.laz
 
 
 
1
  - host=gin
 
2
  - experiment=ffl_fusion
3
  - +image_file=demo_data/image0_CH_val.tif
4
  - +lidar_file=demo_data/lidar0_CH_val.copc.laz
5
+ - checkpoint=best_val_iou
ffl/224/v4_image_bs4x16/.hydra/config.yaml CHANGED
@@ -1,50 +1,55 @@
1
  host:
2
  name: gin
3
- data_root: /data/rsulzer/${..dataset.name}_dataset
4
- model_root: /data/rsulzer/${..dataset.name}_output
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
 
 
9
  run_type:
10
  name: debug
11
  batch_size: 16
12
  train_subset: 256
13
  val_subset: 32
14
- test_subset: 1024
15
  logging: DEBUG
16
  num_workers: 0
17
  log_to_wandb: false
18
- dataset:
19
- name: PixelsPointsPolygons
20
- size: ${..experiment.encoder.in_size}
21
- path: ${host.data_root}/data/${.size}
22
- annotations:
23
- train: ${..path}/annotations/annotations_${...experiment.country}_train.json
24
- val: ${..path}/annotations/annotations_${...experiment.country}_val.json
25
- test: ${..path}/annotations/annotations_${...experiment.country}_test.json
26
- ffl_stats:
27
- train: ${..path}/ffl/train/stats-${...experiment.country}.pt
28
- val: ${..path}/ffl/val/stats-${...experiment.country}.pt
29
- test: ${..path}/ffl/test/stats-${...experiment.country}.pt
30
- train_subset: ${..run_type.train_subset}
31
- val_subset: ${..run_type.val_subset}
32
- test_subset: ${..run_type.test_subset}
33
  experiment:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  encoder:
35
  name: vit_cnn
36
  use_images: true
37
  use_lidar: false
38
  type: vit_small_patch${.patch_size}_${.in_size}.dino
39
- checkpoint_file: ${...host.model_root}/backbones/dino_deitsmall8_pretrain.pth
40
  pretrained: true
41
  in_size: 224
42
  in_height: ${.in_size}
43
  in_width: ${.in_size}
44
  patch_size: 8
45
- patch_feature_size: 28
46
- patch_feature_height: ${.patch_feature_size}
47
- patch_feature_width: ${.patch_feature_size}
48
  patch_feature_dim: 384
49
  out_feature_size: ${..model.decoder.in_feature_size}
50
  out_feature_height: ${.out_feature_size}
@@ -220,19 +225,20 @@ experiment:
220
  min_area: 10
221
  name: v4_image_bs4x16
222
  group_name: v2_${.model.name}
223
- country: NZ
224
  training:
225
  save_best: true
226
  save_latest: true
227
  save_every: 10
228
- val_every: 1
229
  best_val_loss: 10000000.0
230
  best_val_iou: 0.0
231
  evaluation:
232
- split: test
233
- pred_file: ${..output_dir}/predictions_${..experiment.country}_${.split}/${..checkpoint}.json
234
- modes: subset_iou
 
235
  eval_file: results/metrics
236
- output_dir: ${.host.model_root}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
237
  checkpoint: best_val_iou
238
  num_workers: ${.run_type.num_workers}
 
1
  host:
2
  name: gin
3
+ dataset_root: /data/rsulzer
4
+ model_root: /data/rsulzer
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
9
+ dino_v2_repo: /user/rsulzer/home/remote_python/dinov2
10
+ dino_v3_repo: /user/rsulzer/home/remote_python/dinov3
11
  run_type:
12
  name: debug
13
  batch_size: 16
14
  train_subset: 256
15
  val_subset: 32
16
+ test_subset: 32
17
  logging: DEBUG
18
  num_workers: 0
19
  log_to_wandb: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  experiment:
21
+ dataset:
22
+ name: PixelsPointsPolygons
23
+ size: ${..encoder.in_size}
24
+ in_path: ${host.dataset_root}/${..dataset.name}_dataset/data/${.size}
25
+ out_path: ${host.model_root}/${..dataset.name}_output
26
+ annotation_type: blocks
27
+ country: CH
28
+ annotations:
29
+ train: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_train.json
30
+ val: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_val.json
31
+ test: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_test.json
32
+ ffl_stats:
33
+ train: ${..in_path}/ffl/train/stats-${..country}.pt
34
+ val: ${..in_path}/ffl/val/stats-${..country}.pt
35
+ test: ${..in_path}/ffl/test/stats-${..country}.pt
36
+ train_subset: ${...run_type.train_subset}
37
+ val_subset: ${...run_type.val_subset}
38
+ test_subset: ${...run_type.test_subset}
39
  encoder:
40
  name: vit_cnn
41
  use_images: true
42
  use_lidar: false
43
  type: vit_small_patch${.patch_size}_${.in_size}.dino
44
+ checkpoint_file: ${..dataset.out_path}/backbones/dino_deitsmall8_pretrain.pth
45
  pretrained: true
46
  in_size: 224
47
  in_height: ${.in_size}
48
  in_width: ${.in_size}
49
  patch_size: 8
50
+ feature_map_size: 28
51
+ feature_map_height: ${.feature_map_size}
52
+ feature_map_width: ${.feature_map_size}
53
  patch_feature_dim: 384
54
  out_feature_size: ${..model.decoder.in_feature_size}
55
  out_feature_height: ${.out_feature_size}
 
225
  min_area: 10
226
  name: v4_image_bs4x16
227
  group_name: v2_${.model.name}
228
+ project_name: HiSup
229
  training:
230
  save_best: true
231
  save_latest: true
232
  save_every: 10
233
+ val_every: 5
234
  best_val_loss: 10000000.0
235
  best_val_iou: 0.0
236
  evaluation:
237
+ split: val
238
+ pred_file: ${..output_dir}/predictions_${..experiment.dataset.country}_${.split}/${..checkpoint}.json
239
+ modes:
240
+ - iou
241
  eval_file: results/metrics
242
+ output_dir: ${.experiment.dataset.out_path}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
243
  checkpoint: best_val_iou
244
  num_workers: ${.run_type.num_workers}
ffl/224/v4_image_bs4x16/.hydra/hydra.yaml CHANGED
@@ -112,18 +112,15 @@ hydra:
112
  hydra:
113
  - hydra.mode=RUN
114
  task:
115
- - experiment=ffl_image
116
  - run_type=debug
117
- - evaluation=test
118
- - experiment.country=NZ
119
- - checkpoint=best_val_iou
120
  - host=gin
121
- - evaluation.modes=subset_iou
122
- - run_type.test_subset=1024
 
123
  job:
124
  name: predict
125
  chdir: null
126
- override_dirname: checkpoint=best_val_iou,evaluation.modes=subset_iou,evaluation=test,experiment.country=NZ,experiment=ffl_image,host=gin,run_type.test_subset=1024,run_type=debug
127
  id: ???
128
  num: ???
129
  config_name: config
@@ -150,13 +147,13 @@ hydra:
150
  provider: schema
151
  output_dir: /data/rsulzer/PixelsPointsPolygons_output/ffl/224/v4_image_bs4x16
152
  choices:
153
- evaluation: test
154
  training: default
155
  experiment: ffl_image
156
  [email protected]: asm_acm
157
158
  [email protected]: vit_cnn
159
- dataset: p3
160
  run_type: debug
161
  host: gin
162
  hydra/env: default
 
112
  hydra:
113
  - hydra.mode=RUN
114
  task:
 
115
  - run_type=debug
 
 
 
116
  - host=gin
117
+ - checkpoint=best_val_iou
118
+ - experiment=ffl_image
119
+ - evaluation=val
120
  job:
121
  name: predict
122
  chdir: null
123
+ override_dirname: checkpoint=best_val_iou,evaluation=val,experiment=ffl_image,host=gin,run_type=debug
124
  id: ???
125
  num: ???
126
  config_name: config
 
147
  provider: schema
148
  output_dir: /data/rsulzer/PixelsPointsPolygons_output/ffl/224/v4_image_bs4x16
149
  choices:
150
+ evaluation: val
151
  training: default
152
  experiment: ffl_image
153
  [email protected]: asm_acm
154
155
  [email protected]: vit_cnn
156
+ dataset@experiment.dataset: p3
157
  run_type: debug
158
  host: gin
159
  hydra/env: default
ffl/224/v4_image_bs4x16/.hydra/overrides.yaml CHANGED
@@ -1,8 +1,5 @@
1
- - experiment=ffl_image
2
  - run_type=debug
3
- - evaluation=test
4
- - experiment.country=NZ
5
- - checkpoint=best_val_iou
6
  - host=gin
7
- - evaluation.modes=subset_iou
8
- - run_type.test_subset=1024
 
 
 
1
  - run_type=debug
 
 
 
2
  - host=gin
3
+ - checkpoint=best_val_iou
4
+ - experiment=ffl_image
5
+ - evaluation=val
ffl/224/v4_image_bs4x16/predictions_CH_val/acm.tol_1/best_val_iou.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922b7f744dc6e96cdd343907865c99e5412a3e3bfc28982a5012200bd8dc06b4
3
+ size 29196
ffl/224/v4_image_bs4x16/predictions_CH_val/best_val_iou.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cc4dd5353a1f1388b802760850c30366971cbdaaeb21331d250f325a9f24cd3
3
- size 285
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922b7f744dc6e96cdd343907865c99e5412a3e3bfc28982a5012200bd8dc06b4
3
+ size 29196
ffl/224/v5_lidar_bs2x16_mnv64/.hydra/config.yaml CHANGED
@@ -1,11 +1,13 @@
1
  host:
2
  name: gin
3
- data_root: /data/rsulzer/${..dataset.name}
4
- model_root: /data/rsulzer/${..dataset.name}_output
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
 
 
9
  run_type:
10
  name: debug
11
  batch_size: 16
@@ -15,22 +17,25 @@ run_type:
15
  logging: DEBUG
16
  num_workers: 0
17
  log_to_wandb: false
18
- dataset:
19
- name: PixelsPointsPolygons
20
- size: ${..experiment.encoder.in_size}
21
- path: ${host.data_root}/data/${.size}
22
- annotations:
23
- train: ${..path}/annotations/annotations_${...experiment.country}_train.json
24
- val: ${..path}/annotations/annotations_${...experiment.country}_val.json
25
- test: ${..path}/annotations/annotations_${...experiment.country}_test.json
26
- ffl_stats:
27
- train: ${..path}/ffl/train/stats-${...experiment.country}.pt
28
- val: ${..path}/ffl/val/stats-${...experiment.country}.pt
29
- test: ${..path}/ffl/test/stats-${...experiment.country}.pt
30
- train_subset: ${..run_type.train_subset}
31
- val_subset: ${..run_type.val_subset}
32
- test_subset: ${..run_type.test_subset}
33
  experiment:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  encoder:
35
  name: pointpillars_vit_cnn
36
  use_images: false
@@ -52,12 +57,12 @@ experiment:
52
  out_feature_dim: ${..model.decoder.in_feature_dim}
53
  vit:
54
  type: vit_small_patch${..patch_size}_${..in_size}.dino
55
- checkpoint_file: ${....host.model_root}/backbones/dino_deitsmall8_pretrain.pth
56
  pretrained: true
57
  patch_size: 8
58
- patch_feature_size: 28
59
- patch_feature_height: ${.patch_feature_size}
60
- patch_feature_width: ${.patch_feature_size}
61
  patch_feature_dim: 384
62
  augmentations:
63
  - D4
@@ -218,22 +223,20 @@ experiment:
218
  min_area: 10
219
  name: v5_lidar_bs2x16_mnv64
220
  group_name: v2_${.model.name}
221
- country: CH
222
  training:
223
  save_best: true
224
  save_latest: true
225
  save_every: 10
226
- val_every: 1
227
  best_val_loss: 10000000.0
228
  best_val_iou: 0.0
229
  evaluation:
230
  split: val
231
- pred_file: ${..output_dir}/predictions_${..experiment.country}_${.split}/${..checkpoint}.json
232
  modes:
233
  - iou
234
  eval_file: results/metrics
235
- experiment.name: debug
236
- output_dir: ${.host.model_root}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
237
  checkpoint: best_val_iou
238
  num_workers: ${.run_type.num_workers}
239
- lidar_file: demo_data/lidar0_CH_val.copc.laz
 
1
  host:
2
  name: gin
3
+ dataset_root: /data/rsulzer
4
+ model_root: /data/rsulzer
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
9
+ dino_v2_repo: /user/rsulzer/home/remote_python/dinov2
10
+ dino_v3_repo: /user/rsulzer/home/remote_python/dinov3
11
  run_type:
12
  name: debug
13
  batch_size: 16
 
17
  logging: DEBUG
18
  num_workers: 0
19
  log_to_wandb: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  experiment:
21
+ dataset:
22
+ name: PixelsPointsPolygons
23
+ size: ${..encoder.in_size}
24
+ in_path: ${host.dataset_root}/${..dataset.name}_dataset/data/${.size}
25
+ out_path: ${host.model_root}/${..dataset.name}_output
26
+ annotation_type: blocks
27
+ country: CH
28
+ annotations:
29
+ train: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_train.json
30
+ val: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_val.json
31
+ test: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_test.json
32
+ ffl_stats:
33
+ train: ${..in_path}/ffl/train/stats-${..country}.pt
34
+ val: ${..in_path}/ffl/val/stats-${..country}.pt
35
+ test: ${..in_path}/ffl/test/stats-${..country}.pt
36
+ train_subset: ${...run_type.train_subset}
37
+ val_subset: ${...run_type.val_subset}
38
+ test_subset: ${...run_type.test_subset}
39
  encoder:
40
  name: pointpillars_vit_cnn
41
  use_images: false
 
57
  out_feature_dim: ${..model.decoder.in_feature_dim}
58
  vit:
59
  type: vit_small_patch${..patch_size}_${..in_size}.dino
60
+ checkpoint_file: ${...dataset.out_path}/backbones/dino_deitsmall8_pretrain.pth
61
  pretrained: true
62
  patch_size: 8
63
+ feature_map_size: 28
64
+ feature_map_height: ${.feature_map_size}
65
+ feature_map_width: ${.feature_map_size}
66
  patch_feature_dim: 384
67
  augmentations:
68
  - D4
 
223
  min_area: 10
224
  name: v5_lidar_bs2x16_mnv64
225
  group_name: v2_${.model.name}
226
+ project_name: HiSup
227
  training:
228
  save_best: true
229
  save_latest: true
230
  save_every: 10
231
+ val_every: 5
232
  best_val_loss: 10000000.0
233
  best_val_iou: 0.0
234
  evaluation:
235
  split: val
236
+ pred_file: ${..output_dir}/predictions_${..experiment.dataset.country}_${.split}/${..checkpoint}.json
237
  modes:
238
  - iou
239
  eval_file: results/metrics
240
+ output_dir: ${.experiment.dataset.out_path}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
 
241
  checkpoint: best_val_iou
242
  num_workers: ${.run_type.num_workers}
 
ffl/224/v5_lidar_bs2x16_mnv64/.hydra/hydra.yaml CHANGED
@@ -116,11 +116,11 @@ hydra:
116
  - host=gin
117
  - checkpoint=best_val_iou
118
  - experiment=ffl_lidar
119
- - +lidar_file=demo_data/lidar0_CH_val.copc.laz
120
  job:
121
- name: predict_demo
122
  chdir: null
123
- override_dirname: +lidar_file=demo_data/lidar0_CH_val.copc.laz,checkpoint=best_val_iou,experiment=ffl_lidar,host=gin,run_type=debug
124
  id: ???
125
  num: ???
126
  config_name: config
@@ -153,7 +153,7 @@ hydra:
153
  [email protected]: asm_acm
154
155
  [email protected]: pointpillars_vit_cnn
156
- dataset: p3
157
  run_type: debug
158
  host: gin
159
  hydra/env: default
 
116
  - host=gin
117
  - checkpoint=best_val_iou
118
  - experiment=ffl_lidar
119
+ - evaluation=val
120
  job:
121
+ name: predict
122
  chdir: null
123
+ override_dirname: checkpoint=best_val_iou,evaluation=val,experiment=ffl_lidar,host=gin,run_type=debug
124
  id: ???
125
  num: ???
126
  config_name: config
 
153
  [email protected]: asm_acm
154
155
  [email protected]: pointpillars_vit_cnn
156
+ dataset@experiment.dataset: p3
157
  run_type: debug
158
  host: gin
159
  hydra/env: default
ffl/224/v5_lidar_bs2x16_mnv64/.hydra/overrides.yaml CHANGED
@@ -2,4 +2,4 @@
2
  - host=gin
3
  - checkpoint=best_val_iou
4
  - experiment=ffl_lidar
5
- - +lidar_file=demo_data/lidar0_CH_val.copc.laz
 
2
  - host=gin
3
  - checkpoint=best_val_iou
4
  - experiment=ffl_lidar
5
+ - evaluation=val
ffl/224/v5_lidar_bs2x16_mnv64/predict.log ADDED
File without changes
ffl/224/v5_lidar_bs2x16_mnv64/predictions_CH_val/acm.tol_1/best_val_iou.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321152ee7d4faad0964b53430b63ff2cf05bf21f268959f9e25a980660fefaaf
3
+ size 31186
ffl/224/v5_lidar_bs2x16_mnv64/predictions_CH_val/best_val_iou.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321152ee7d4faad0964b53430b63ff2cf05bf21f268959f9e25a980660fefaaf
3
+ size 31186
pix2poly/224/lidar_dinov3/checkpoints/best_val_iou.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7422f27bfec4dde39d643b5ae12bec743d9cdd0206442cd5a1655d1705dac2d8
3
+ size 462686553
pix2poly/224/lidar_dinov3/checkpoints/best_val_loss.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53a527b96e8231cc4bffcf8e80eedfb6fd7f50cddb5121f4a88cb51ef4b0793
3
+ size 462687976
pix2poly/224/lidar_dinov3/checkpoints/latest.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd210b7b606ff3e3b772cf6a219a03bd0677bd297a2f913ccfd94598d734d1a
3
+ size 462671871
pix2poly/224/lidar_dinov3/predictions_CH_val/best_val_iou.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00321e05209bf1cf57646ec498de260dd702dc680f00fde538d0da3e71e7119
3
+ size 525876
pix2poly/224/lidar_dinov3/train.log ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2025-10-29 21:19:49,739][dinov3][INFO] - using base=100 for rope new
2
+ [2025-10-29 21:19:49,739][dinov3][INFO] - using min_period=None for rope new
3
+ [2025-10-29 21:19:49,740][dinov3][INFO] - using max_period=None for rope new
4
+ [2025-10-29 21:19:49,740][dinov3][INFO] - using normalize_coords=separate for rope new
5
+ [2025-10-29 21:19:49,740][dinov3][INFO] - using shift_coords=None for rope new
6
+ [2025-10-29 21:19:49,740][dinov3][INFO] - using rescale_coords=2 for rope new
7
+ [2025-10-29 21:19:49,740][dinov3][INFO] - using jitter_coords=None for rope new
8
+ [2025-10-29 21:19:49,740][dinov3][INFO] - using dtype=fp32 for rope new
9
+ [2025-10-29 21:19:49,741][dinov3][INFO] - using swiglu layer as FFN
10
+ [2025-10-29 21:20:39,413][dinov3][INFO] - using base=100 for rope new
11
+ [2025-10-29 21:20:39,413][dinov3][INFO] - using min_period=None for rope new
12
+ [2025-10-29 21:20:39,413][dinov3][INFO] - using max_period=None for rope new
13
+ [2025-10-29 21:20:39,413][dinov3][INFO] - using normalize_coords=separate for rope new
14
+ [2025-10-29 21:20:39,413][dinov3][INFO] - using shift_coords=None for rope new
15
+ [2025-10-29 21:20:39,413][dinov3][INFO] - using rescale_coords=2 for rope new
16
+ [2025-10-29 21:20:39,414][dinov3][INFO] - using jitter_coords=None for rope new
17
+ [2025-10-29 21:20:39,414][dinov3][INFO] - using dtype=fp32 for rope new
18
+ [2025-10-29 21:20:39,415][dinov3][INFO] - using swiglu layer as FFN
19
+ [2025-10-29 21:21:19,016][dinov3][INFO] - using base=100 for rope new
20
+ [2025-10-29 21:21:19,016][dinov3][INFO] - using min_period=None for rope new
21
+ [2025-10-29 21:21:19,017][dinov3][INFO] - using max_period=None for rope new
22
+ [2025-10-29 21:21:19,017][dinov3][INFO] - using normalize_coords=separate for rope new
23
+ [2025-10-29 21:21:19,017][dinov3][INFO] - using shift_coords=None for rope new
24
+ [2025-10-29 21:21:19,017][dinov3][INFO] - using rescale_coords=2 for rope new
25
+ [2025-10-29 21:21:19,017][dinov3][INFO] - using jitter_coords=None for rope new
26
+ [2025-10-29 21:21:19,017][dinov3][INFO] - using dtype=fp32 for rope new
27
+ [2025-10-29 21:21:19,018][dinov3][INFO] - using swiglu layer as FFN
28
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using base=100 for rope new
29
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using min_period=None for rope new
30
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using max_period=None for rope new
31
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using normalize_coords=separate for rope new
32
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using shift_coords=None for rope new
33
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using rescale_coords=2 for rope new
34
+ [2025-10-30 00:49:02,199][dinov3][INFO] - using jitter_coords=None for rope new
35
+ [2025-10-30 00:49:02,200][dinov3][INFO] - using dtype=fp32 for rope new
36
+ [2025-10-30 00:49:02,201][dinov3][INFO] - using swiglu layer as FFN
37
+ [2025-10-30 09:28:32,493][dinov3][INFO] - using base=100 for rope new
38
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using min_period=None for rope new
39
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using max_period=None for rope new
40
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using normalize_coords=separate for rope new
41
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using shift_coords=None for rope new
42
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using rescale_coords=2 for rope new
43
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using jitter_coords=None for rope new
44
+ [2025-10-30 09:28:32,494][dinov3][INFO] - using dtype=fp32 for rope new
45
+ [2025-10-30 09:28:32,495][dinov3][INFO] - using swiglu layer as FFN
pix2poly/224/lidar_pp_vit_bs2x16_mnv64/.hydra/config.yaml CHANGED
@@ -1,36 +1,41 @@
1
  host:
2
  name: gin
3
- data_root: /data/rsulzer/${..dataset.name}
4
- model_root: /data/rsulzer/${..dataset.name}_output
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
 
 
9
  run_type:
10
- name: debug
11
  batch_size: 16
12
- train_subset: 256
13
- val_subset: 32
14
- test_subset: 32
15
- logging: DEBUG
16
- num_workers: 0
17
- log_to_wandb: false
18
- dataset:
19
- name: PixelsPointsPolygons
20
- size: ${..experiment.encoder.in_size}
21
- path: ${host.data_root}/data/${.size}
22
- annotations:
23
- train: ${..path}/annotations/annotations_${...experiment.country}_train.json
24
- val: ${..path}/annotations/annotations_${...experiment.country}_val.json
25
- test: ${..path}/annotations/annotations_${...experiment.country}_test.json
26
- ffl_stats:
27
- train: ${..path}/ffl/train/stats-${...experiment.country}.pt
28
- val: ${..path}/ffl/val/stats-${...experiment.country}.pt
29
- test: ${..path}/ffl/test/stats-${...experiment.country}.pt
30
- train_subset: ${..run_type.train_subset}
31
- val_subset: ${..run_type.val_subset}
32
- test_subset: ${..run_type.test_subset}
33
  experiment:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  encoder:
35
  name: pointpillars_vit
36
  use_images: false
@@ -50,12 +55,12 @@ experiment:
50
  out_feature_height: 28
51
  vit:
52
  type: vit_small_patch${..patch_size}_${..in_size}.dino
53
- checkpoint_file: ${....host.model_root}/backbones/dino_deitsmall8_pretrain.pth
54
  pretrained: true
55
  patch_size: 8
56
- patch_feature_size: 28
57
- patch_feature_height: ${.patch_feature_size}
58
- patch_feature_width: ${.patch_feature_size}
59
  patch_feature_dim: 384
60
  num_patches: 784
61
  out_feature_dim: ${..model.decoder.in_feature_dim}
@@ -76,46 +81,45 @@ experiment:
76
  model:
77
  name: pix2poly
78
  decoder:
79
- in_feature_size: ${...encoder.patch_feature_size}
80
  in_feature_width: ${.in_feature_size}
81
  in_feature_height: ${.in_feature_size}
82
  in_feature_dim: 256
83
  tokenizer:
84
  num_bins: ${...encoder.in_size}
85
  shuffle_tokens: false
86
- n_vertices: 192
87
  max_len: null
88
  pad_idx: null
89
  generation_steps: null
 
90
  fusion: patch_concat
91
  sinkhorn_iterations: 100
92
- label_smoothing: 0.0
93
  vertex_loss_weight: 1.0
94
  perm_loss_weight: 10.0
95
  batch_size: ${...run_type.batch_size}
96
  start_epoch: 0
97
  num_epochs: 200
98
- milestone: 0
99
  learning_rate: 0.0003
100
  weight_decay: 0.0001
101
  name: lidar_pp_vit_bs2x16_mnv64
102
  group_name: v2_${.model.name}
103
- country: CH
 
104
  training:
105
  save_best: true
106
  save_latest: true
107
  save_every: 10
108
- val_every: 1
109
  best_val_loss: 10000000.0
110
  best_val_iou: 0.0
111
  evaluation:
112
  split: val
113
- pred_file: ${..output_dir}/predictions_${..experiment.country}_${.split}/${..checkpoint}.json
114
  modes:
115
  - iou
116
  eval_file: results/metrics
117
- experiment.name: debug
118
- output_dir: ${.host.model_root}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
119
  checkpoint: best_val_iou
120
  num_workers: ${.run_type.num_workers}
121
- lidar_file: demo_data/lidar0_CH_val.copc.laz
 
1
  host:
2
  name: gin
3
+ dataset_root: /data/rsulzer
4
+ model_root: /data/rsulzer
5
  multi_gpu: false
6
  device: cuda
7
  update_pbar_every: 1
8
  ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
9
+ dino_v2_repo: /user/rsulzer/home/remote_python/dinov2
10
+ dino_v3_repo: /user/rsulzer/home/remote_python/dinov3
11
  run_type:
12
+ name: release
13
  batch_size: 16
14
+ train_subset: null
15
+ val_subset: null
16
+ test_subset: null
17
+ logging: INFO
18
+ num_workers: 16
19
+ log_to_wandb: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  experiment:
21
+ dataset:
22
+ name: PixelsPointsPolygons
23
+ size: ${..encoder.in_size}
24
+ in_path: ${host.dataset_root}/${..dataset.name}_dataset/data/${.size}
25
+ out_path: ${host.model_root}/${..dataset.name}_output
26
+ annotation_type: blocks
27
+ country: CH
28
+ annotations:
29
+ train: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_train.json
30
+ val: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_val.json
31
+ test: ${..in_path}/annotations/${..annotation_type}/annotations_${..country}_test.json
32
+ ffl_stats:
33
+ train: ${..in_path}/ffl/train/stats-${..country}.pt
34
+ val: ${..in_path}/ffl/val/stats-${..country}.pt
35
+ test: ${..in_path}/ffl/test/stats-${..country}.pt
36
+ train_subset: ${...run_type.train_subset}
37
+ val_subset: ${...run_type.val_subset}
38
+ test_subset: ${...run_type.test_subset}
39
  encoder:
40
  name: pointpillars_vit
41
  use_images: false
 
55
  out_feature_height: 28
56
  vit:
57
  type: vit_small_patch${..patch_size}_${..in_size}.dino
58
+ checkpoint_file: ${...dataset.out_path}/backbones/dino_deitsmall8_pretrain.pth
59
  pretrained: true
60
  patch_size: 8
61
+ feature_map_size: 28
62
+ feature_map_height: ${.feature_map_size}
63
+ feature_map_width: ${.feature_map_size}
64
  patch_feature_dim: 384
65
  num_patches: 784
66
  out_feature_dim: ${..model.decoder.in_feature_dim}
 
81
  model:
82
  name: pix2poly
83
  decoder:
84
+ in_feature_size: ${...encoder.feature_map_size}
85
  in_feature_width: ${.in_feature_size}
86
  in_feature_height: ${.in_feature_size}
87
  in_feature_dim: 256
88
  tokenizer:
89
  num_bins: ${...encoder.in_size}
90
  shuffle_tokens: false
91
+ max_num_vertices: 192
92
  max_len: null
93
  pad_idx: null
94
  generation_steps: null
95
+ shuffle_polygons: false
96
  fusion: patch_concat
97
  sinkhorn_iterations: 100
 
98
  vertex_loss_weight: 1.0
99
  perm_loss_weight: 10.0
100
  batch_size: ${...run_type.batch_size}
101
  start_epoch: 0
102
  num_epochs: 200
 
103
  learning_rate: 0.0003
104
  weight_decay: 0.0001
105
  name: lidar_pp_vit_bs2x16_mnv64
106
  group_name: v2_${.model.name}
107
+ project_name: HiSup
108
+ lidar_dropout: null
109
  training:
110
  save_best: true
111
  save_latest: true
112
  save_every: 10
113
+ val_every: 5
114
  best_val_loss: 10000000.0
115
  best_val_iou: 0.0
116
  evaluation:
117
  split: val
118
+ pred_file: ${..output_dir}/predictions_${..experiment.dataset.country}_${.split}/${..checkpoint}.json
119
  modes:
120
  - iou
121
  eval_file: results/metrics
122
+ output_dir: ${.experiment.dataset.out_path}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
 
123
  checkpoint: best_val_iou
124
  num_workers: ${.run_type.num_workers}
125
+ lidar_file: /data/rsulzer/luxcarta/Nimes/laz/LHD_FXX_0809_6305_PTS_LAMB93_IGN69.copc.laz
pix2poly/224/lidar_pp_vit_bs2x16_mnv64/.hydra/hydra.yaml CHANGED
@@ -112,15 +112,15 @@ hydra:
112
  hydra:
113
  - hydra.mode=RUN
114
  task:
115
- - run_type=debug
116
  - host=gin
117
  - checkpoint=best_val_iou
118
  - experiment=p2p_lidar
119
- - +lidar_file=demo_data/lidar0_CH_val.copc.laz
120
  job:
121
- name: predict_demo
122
  chdir: null
123
- override_dirname: +lidar_file=demo_data/lidar0_CH_val.copc.laz,checkpoint=best_val_iou,experiment=p2p_lidar,host=gin,run_type=debug
124
  id: ???
125
  num: ???
126
  config_name: config
@@ -152,8 +152,8 @@ hydra:
152
  experiment: p2p_lidar
153
  [email protected]: pix2poly
154
  [email protected]: pointpillars_vit
155
- dataset: p3
156
- run_type: debug
157
  host: gin
158
  hydra/env: default
159
  hydra/callbacks: null
 
112
  hydra:
113
  - hydra.mode=RUN
114
  task:
115
+ - run_type=release
116
  - host=gin
117
  - checkpoint=best_val_iou
118
  - experiment=p2p_lidar
119
+ - +lidar_file=/data/rsulzer/luxcarta/Nimes/laz/LHD_FXX_0809_6305_PTS_LAMB93_IGN69.copc.laz
120
  job:
121
+ name: predict_geotile
122
  chdir: null
123
+ override_dirname: +lidar_file=/data/rsulzer/luxcarta/Nimes/laz/LHD_FXX_0809_6305_PTS_LAMB93_IGN69.copc.laz,checkpoint=best_val_iou,experiment=p2p_lidar,host=gin,run_type=release
124
  id: ???
125
  num: ???
126
  config_name: config
 
152
  experiment: p2p_lidar
153
  [email protected]: pix2poly
154
  [email protected]: pointpillars_vit
155
+ dataset@experiment.dataset: p3
156
+ run_type: release
157
  host: gin
158
  hydra/env: default
159
  hydra/callbacks: null
pix2poly/224/lidar_pp_vit_bs2x16_mnv64/.hydra/overrides.yaml CHANGED
@@ -1,5 +1,5 @@
1
- - run_type=debug
2
  - host=gin
3
  - checkpoint=best_val_iou
4
  - experiment=p2p_lidar
5
- - +lidar_file=demo_data/lidar0_CH_val.copc.laz
 
1
+ - run_type=release
2
  - host=gin
3
  - checkpoint=best_val_iou
4
  - experiment=p2p_lidar
5
+ - +lidar_file=/data/rsulzer/luxcarta/Nimes/laz/LHD_FXX_0809_6305_PTS_LAMB93_IGN69.copc.laz
pix2poly/224/lidar_pp_vit_bs2x16_mnv64/predict.log ADDED
File without changes
pix2poly/224/lidar_pp_vit_bs2x16_mnv64/predict_geotile.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2025-10-29 19:34:17,059][pyogrio._io][INFO] - Created 8 records
2
+ [2025-10-29 19:49:45,978][pyogrio._io][INFO] - Created 8 records
3
+ [2025-10-29 20:11:27,803][pyogrio._io][INFO] - Created 87 records
4
+ [2025-10-29 20:19:35,875][pyogrio._io][INFO] - Created 1,324 records
pix2poly/224/lidar_pp_vit_bs2x16_mnv64/predictions_CH_val/best_val_iou.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4e42293b6a922381dfac281f6d99a1cd8168b623ceae32396185b5322603e8
3
+ size 557624