-
Notifications
You must be signed in to change notification settings - Fork 1
/
chairs.yaml
76 lines (75 loc) · 1.42 KB
/
chairs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
DATA:
image_size:
- 384
- 512
stage: chairs
DESCRIPTION: This the description of the configuration defaults. If you have some
information related to the configuration file, please fullfil this item
MODEL:
GIM:
pretrained_gim_weight: ckpts/loftr_outdoor.ckpt
use_gim: true
use_gim_weight: true
WARPNET:
load_gt_occlusion: false
use: false
warp_img: false
attention_type: swin
attn_splits_list:
- 2
feature_channels: 128
ffn_dim_expansion: 4
num_head: 1
num_k: 64
num_scales: 1
num_transformer_layers: 6
padding_factor: 16
prop_radius_list:
- -1
upsample_factor: 8
use_k_matches: true
RESUME:
checkpoint: ''
no_resume_optimizer: false
strict_resume: false
use: false
SUBMISSION:
no_save_flo: true
output_path: output
submission: false
SYSTEM:
checkpoint_dir: ''
exp_id: ''
final_ckpt_dir: final_ckpts
gpu_ids:
- 0
- 1
local_rank: 0
TRAIN:
LOSS:
L1_LOSS:
gamma: 0.9
max_flow: 400
VGG_LOSS:
local_vgg19_weight: ckpts/vgg19-dcbb9e9d.pth
use: true
batch_size: 16
grad_clip: 1.0
lr: 0.0004
max_flow: 400
num_steps: 150000
num_workers: 4
print_freq: 200
save_ckpt_freq: 20000
save_latest_ckpt_freq: 1000
seed: 3407
strategy: C+T+S+K+H
summary_freq: 200
weight_decay: 0.0001
VALIDATE:
eval: false
evaluate_matched_unmatched: false
val_dataset:
- chairs
val_freq: 20000
with_speed_metric: false