XavierJiezou commited on
Commit
e22e1fe
·
verified ·
1 Parent(s): 97c4a1c

Upload folder using huggingface_hub

Browse files
POTSDAM/1_16-76.63/all_args.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_16'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 4
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_16-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
59
+ config: configs/generated/exp-43/potsdam-1_16-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw.yaml
60
+ local_rank: 0
61
+ port: 42759
62
+ model_2: mmseg.dual_model_dinov3
63
+ labeled_id_path: splits/potsdam/1_16/labeled.txt
64
+ unlabeled_id_path: splits/potsdam/1_16/unlabeled.txt
65
+ ngpus: 4
66
+ run_name: 251030-1223_potsdam-1_16-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw_v0-10_73ab7
67
+ save_path: exp/exp-43/251030-1223_potsdam-1_16-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw_v0-10_73ab7
68
+ exec_git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
69
+ exec_version: '0.10'
POTSDAM/1_16-76.63/best_clip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:449680051ac78b64a517f75ecc61b0bb3efff568db0972b7b5172edc299722b8
3
+ size 598358647
POTSDAM/1_16-76.63/best_dinov3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8095a8f4366bd2df50d7e31b65486c9d12c8dcffae45c0ef669b7846bc3bda43
3
+ size 596824491
POTSDAM/1_16-76.63/config.yaml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_16'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 4
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_16-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
POTSDAM/1_16-76.63/debug.log ADDED
The diff for this file is too large to render. See raw diff
 
POTSDAM/1_16-76.63/events.out.tfevents.1761798190.img86.54547.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d910fe6b85b32d2969b6cfe9b50d7d5e161eaf7b301c59354222b08d8b7f5671
3
+ size 819385
POTSDAM/1_32-74.30/all_args.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_32'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3_ori
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 4
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_32-2048j512-512_dual_model_clip_C_D_ori-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
59
+ config: configs/generated/exp-43/potsdam-1_32-2048j512-512_dual_model_clip_C_D_ori-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw.yaml
60
+ local_rank: 0
61
+ port: 29625
62
+ model_2: mmseg.dual_model_dinov3
63
+ labeled_id_path: splits/potsdam/1_32/labeled.txt
64
+ unlabeled_id_path: splits/potsdam/1_32/unlabeled.txt
65
+ ngpus: 4
66
+ run_name: 251207-2335_potsdam-1_32-2048j512-512_dual_model_clip_C_D_ori-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw_v0-10_40f5a
67
+ save_path: exp/exp-43/251207-2335_potsdam-1_32-2048j512-512_dual_model_clip_C_D_ori-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw_v0-10_40f5a
68
+ exec_git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
69
+ exec_version: '0.10'
POTSDAM/1_32-74.30/best_clip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:133835244754e8c268751d1c8ab7544bb601bbefa29a8b52b425524318595d74
3
+ size 598358455
POTSDAM/1_32-74.30/best_dinov3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d59cd636f85dfd03673ae52dea7523285e63d8c00d7e8fae23eafad3e56943e
3
+ size 596824491
POTSDAM/1_32-74.30/config.yaml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_32'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3_ori
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 4
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_32-2048j512-512_dual_model_clip_C_D_ori-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x4x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
POTSDAM/1_32-74.30/debug.log ADDED
The diff for this file is too large to render. See raw diff
 
POTSDAM/1_32-74.30/events.out.tfevents.1765121703.img88.310133.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c57aa3bb25fe34358d8d93cc24944ec88e74f7f5bb1a709e4c14b742d778f2
3
+ size 819463
POTSDAM/1_4-80.15/all_args.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_4'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 2
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_4-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
59
+ config: configs/generated/exp-43/potsdam-1_4-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw.yaml
60
+ local_rank: 0
61
+ port: 16587
62
+ model_2: mmseg.dual_model_dinov3
63
+ labeled_id_path: splits/potsdam/1_4/labeled.txt
64
+ unlabeled_id_path: splits/potsdam/1_4/unlabeled.txt
65
+ ngpus: 4
66
+ run_name: 251101-2305_potsdam-1_4-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw_v0-10_3797f
67
+ save_path: exp/exp-43/251101-2305_potsdam-1_4-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw_v0-10_3797f
68
+ exec_git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
69
+ exec_version: '0.10'
POTSDAM/1_4-80.15/best_clip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690bfa4080a0e37fb3bdafad737ba5155d577544eaa77e663045bb02a945f87f
3
+ size 598358647
POTSDAM/1_4-80.15/best_dinov3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94820ee51095daf0f5a19ec1dd6ccc96c3d21cecea41d87ad2cb201b22c2978c
3
+ size 596824491
POTSDAM/1_4-80.15/config.yaml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_4'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 2
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_4-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
POTSDAM/1_4-80.15/debug.log ADDED
The diff for this file is too large to render. See raw diff
 
POTSDAM/1_4-80.15/events.out.tfevents.1762009516.img87.1409338.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f3febde404eb92ddc097eac7caebbabc9843cfcb2af4259014d4dfa883afb2
3
+ size 693707
POTSDAM/1_8-79.84/all_args.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_8'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 2
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_8-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
59
+ config: configs/generated/exp-43/potsdam-1_8-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw.yaml
60
+ local_rank: 0
61
+ port: 20029
62
+ model_2: mmseg.dual_model_dinov3
63
+ labeled_id_path: splits/potsdam/1_8/labeled.txt
64
+ unlabeled_id_path: splits/potsdam/1_8/unlabeled.txt
65
+ ngpus: 4
66
+ run_name: 251101-1129_potsdam-1_8-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw_v0-10_e4b30
67
+ save_path: exp/exp-43/251101-1129_potsdam-1_8-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw_v0-10_e4b30
68
+ exec_git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
69
+ exec_version: '0.10'
POTSDAM/1_8-79.84/best_clip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f049b8a083b5bd6f2a76a0ecd919a32b8e90ee4d7b8cb73bff81cea3698dc9
3
+ size 598358647
POTSDAM/1_8-79.84/best_dinov3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a5f96055ab0d896b9ec15396f5656a0a918cbd5fca39a72dd6afd6061e5abb
3
+ size 596824235
POTSDAM/1_8-79.84/config.yaml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: potsdam
2
+ data_root: data/potsdam/
3
+ nclass: 6
4
+ reduce_zero_label: true
5
+ split: '1_8'
6
+ img_scale: [2048, 512]
7
+ scale_ratio_range: !!python/tuple [0.5, 2.0]
8
+ crop_size: 512
9
+ labeled_photometric_distortion: false
10
+ model_args: {maskclip_class_filter: null}
11
+ model: mmseg.dual_model_clip
12
+ text_embedding_variant: single
13
+ mcc_text: single
14
+ pl_text: single
15
+ method: dualvm_clip_dinov3
16
+ use_fp: true
17
+ conf_mode: pixelwise
18
+ conf_thresh: 0.95
19
+ disable_dropout: true
20
+ pleval: true
21
+ fp_rate: 0.5
22
+ maskclip_consistency_lambda: 0
23
+ clip_encoder: null
24
+ mcc_conf_thresh: 0.75
25
+ mcc_loss_reduce: mean
26
+ criterion:
27
+ name: CELoss
28
+ kwargs: {ignore_index: 255}
29
+ criterion_u: CELoss
30
+ optimizer:
31
+ type: AdamW
32
+ lr: 0.0001
33
+ weight_decay: 0.01
34
+ paramwise_cfg:
35
+ custom_keys:
36
+ backbone: {lr_mult: 0.01}
37
+ text_encoder: {lr_mult: 0.0}
38
+ conv_encoder: {lr_mult: 1.0}
39
+ norm: {decay_mult: 0.0}
40
+ ln: {decay_mult: 0.0}
41
+ head: {lr_mult: 10.0}
42
+ warmup_iters: 0
43
+ warmup_ratio: 1.0e-06
44
+ gpu_model: '3090'
45
+ n_gpus: 2
46
+ n_nodes: 1
47
+ batch_size: 1
48
+ epochs: 80
49
+ iters: null
50
+ eval_mode: zegclip_sliding_window
51
+ stride: 426
52
+ eval_every_n_epochs: 1
53
+ nccl_p2p_disable: 1
54
+ nccl_debug: INFO
55
+ exp: 43
56
+ name: potsdam-1_8-2048j512-512_dual_model_clip_C_D-095-disdrop-plev-ce-uce_adamw-1e-04-b001_1x2x1_ezsw
57
+ version: '0.10'
58
+ git_rev: 02738dd452ad3a8ddcd5a7659847f1480ac78a0e
POTSDAM/1_8-79.84/debug.log ADDED
The diff for this file is too large to render. See raw diff
 
POTSDAM/1_8-79.84/events.out.tfevents.1761967787.img86.25836.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:023b27a4dc247899cfebd0bca427f5346207a90a7f957781b6b8601da826f6b4
3
+ size 756624