stevenbucaille commited on
Commit
1e29b0e
1 Parent(s): cb7ef4f

Upload config

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -3,7 +3,6 @@
3
  "SuperGlueForKeypointMatching"
4
  ],
5
  "attention_probs_dropout_prob": 0,
6
- "descriptor_dim": 256,
7
  "gnn_layers_types": [
8
  "self",
9
  "cross",
@@ -24,6 +23,7 @@
24
  "self",
25
  "cross"
26
  ],
 
27
  "initializer_range": 0.02,
28
  "keypoint_detector_config": {
29
  "model_type": "superpoint"
@@ -36,6 +36,7 @@
36
  ],
37
  "matching_threshold": 0.2,
38
  "model_type": "superglue",
 
39
  "sinkhorn_iterations": 100,
40
  "transformers_version": "4.47.0.dev0"
41
  }
 
3
  "SuperGlueForKeypointMatching"
4
  ],
5
  "attention_probs_dropout_prob": 0,
 
6
  "gnn_layers_types": [
7
  "self",
8
  "cross",
 
23
  "self",
24
  "cross"
25
  ],
26
+ "hidden_size": 256,
27
  "initializer_range": 0.02,
28
  "keypoint_detector_config": {
29
  "model_type": "superpoint"
 
36
  ],
37
  "matching_threshold": 0.2,
38
  "model_type": "superglue",
39
+ "num_attention_heads": 4,
40
  "sinkhorn_iterations": 100,
41
  "transformers_version": "4.47.0.dev0"
42
  }