stevenbucaille commited on
Commit
fe2b6d1
·
verified ·
1 Parent(s): 476e3b3

Add config

Browse files
Files changed (1) hide show
  1. config.json +42 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LightGlueForKeypointMatching"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "depth_confidence": 0.95,
8
+ "descriptor_dim": 256,
9
+ "filter_threshold": 0.1,
10
+ "hidden_act": "gelu",
11
+ "hidden_size": 256,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 512,
14
+ "keypoint_detector_config": {
15
+ "border_removal_distance": 4,
16
+ "decoder_hidden_size": 256,
17
+ "descriptor_decoder_dim": 128,
18
+ "detection_threshold": 0.0,
19
+ "encoder_hidden_sizes": [
20
+ 64,
21
+ 64,
22
+ 128,
23
+ 128
24
+ ],
25
+ "initializer_range": 0.02,
26
+ "keypoint_decoder_dim": 65,
27
+ "keypoint_threshold": 0.005,
28
+ "max_keypoints": -1,
29
+ "max_num_keypoints": null,
30
+ "model_type": "superpoint",
31
+ "nms_radius": 4,
32
+ "nms_window_size": 5,
33
+ "pad_if_not_divisible": true,
34
+ "weights": "depth"
35
+ },
36
+ "model_type": "lightglue",
37
+ "num_attention_heads": 4,
38
+ "num_hidden_layers": 9,
39
+ "num_key_value_heads": 4,
40
+ "transformers_version": "4.53.0.dev0",
41
+ "width_confidence": 0.99
42
+ }