Add model
Browse files- config.json +11 -14
- model.safetensors +2 -2
config.json
CHANGED
@@ -12,31 +12,28 @@
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 512,
|
14 |
"keypoint_detector_config": {
|
15 |
-
"
|
16 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "
|
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.54.0.dev0",
|
41 |
"width_confidence": 0.99
|
42 |
}
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 512,
|
14 |
"keypoint_detector_config": {
|
15 |
+
"_name_or_path": "stevenbucaille/disk",
|
16 |
+
"architectures": [
|
17 |
+
"DiskForKeypointDetection"
|
18 |
+
],
|
19 |
+
"auto_map": {
|
20 |
+
"AutoConfig": "configuration_disk.DiskConfig",
|
21 |
+
"AutoModelForKeypointDetection": "modeling_disk.DiskForKeypointDetection"
|
22 |
+
},
|
23 |
"descriptor_decoder_dim": 128,
|
24 |
"detection_threshold": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"max_num_keypoints": null,
|
26 |
+
"model_type": "disk",
|
|
|
27 |
"nms_window_size": 5,
|
28 |
"pad_if_not_divisible": true,
|
29 |
+
"torch_dtype": "float32",
|
30 |
"weights": "depth"
|
31 |
},
|
32 |
"model_type": "lightglue",
|
33 |
"num_attention_heads": 4,
|
34 |
"num_hidden_layers": 9,
|
35 |
"num_key_value_heads": 4,
|
36 |
+
"torch_dtype": "float32",
|
37 |
"transformers_version": "4.54.0.dev0",
|
38 |
"width_confidence": 0.99
|
39 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd831d7372c85bc8b7aa1a5e17d6aee20fb13049d3aaf6fc3753734bdf1dd02b
|
3 |
+
size 54314488
|