-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
54 lines (46 loc) · 1.1 KB
/
config.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
52
53
54
{
"SuperGlue":
{
"config":
{
"superpoint":
{
"nms_radius": 3,
"keypoint_threshold": 0.005,
"max_keypoints": 2048
},
"superglue":
{
"weights": "outdoor",
"sinkhorn_iterations": 20,
"match_threshold": 0.2
}
}
},
"NetVLAD" :
{
"cacheRefreshRate" : 100,
"cacheBatchSize" : 20,
"batchSize" : 8,
"workers" : 8,
"resume" : "",
"num_clusters" : 64,
"optima_str" : "SGD",
"encoder_dim" : 512,
"evalEvery" : 10,
"seed" : 9,
"lr" : 0.0001,
"momentum" : 0.9,
"weightDecay" : 0.001 ,
"lrStep" : 5,
"lrGamma" : 0.5,
"start_epoch" : 0,
"nEpochs" : 30,
"margin" : 0.1
},
"APGeM":
{
"Path1" : "../jobs/weight/Resnet101-AP-GeM-LM18.pt",
"Path2" : "../jobs/weight/Resnet-101-AP-GeM.pt"
}
}