-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdac_resnet101_indoor_test_m3d.json
51 lines (51 loc) · 1.14 KB
/
dac_resnet101_indoor_test_m3d.json
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
{
"training": {
"loss": {
"name": "SILog",
"weight": 10.0
}
},
"data": {
"crop": "",
"val_dataset": "MatterPort3DDataset",
"data_root": "matterport3d",
"erp": true,
"tgt_f": 0,
"undistort_f": 0,
"fwd_sz": [512, 1024],
"cano_sz": [1400, 2800],
"train_crop": [500, 700]
},
"model": {
"num_heads": 1,
"attn_dec": false,
"activation": "gelu",
"expansion": 4,
"output_dim": 1,
"isd": {
"latent_dim": 128,
"num_resolutions": 3,
"depths": 2
},
"pixel_decoder": {
"heads": 4,
"depths": 4,
"hidden_dim": 256,
"anchor_points": 4
},
"pixel_encoder": {
"img_size": [
1024,
512
],
"name": "resnet101",
"lr_dedicated": 5e-05
},
"afp": {
"context_low_resolutions_skip": 1,
"depths": 2,
"latent_dim": 128,
"num_latents": 32
}
}
}