stevenbucaille
commited on
Commit
•
becbdb4
1
Parent(s):
6db0bf8
Add model
Browse files- config.json +3 -7
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"SuperGlueForKeypointMatching"
|
4 |
],
|
@@ -25,12 +26,7 @@
|
|
25 |
],
|
26 |
"initializer_range": 0.02,
|
27 |
"keypoint_detector_config": {
|
28 |
-
"
|
29 |
-
"architectures": [
|
30 |
-
"SuperPointModel"
|
31 |
-
],
|
32 |
-
"model_type": "superpoint",
|
33 |
-
"torch_dtype": "float32"
|
34 |
},
|
35 |
"keypoint_encoder_sizes": [
|
36 |
32,
|
@@ -43,5 +39,5 @@
|
|
43 |
"num_heads": 4,
|
44 |
"sinkhorn_iterations": 100,
|
45 |
"torch_dtype": "float32",
|
46 |
-
"transformers_version": "4.
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "superglue",
|
3 |
"architectures": [
|
4 |
"SuperGlueForKeypointMatching"
|
5 |
],
|
|
|
26 |
],
|
27 |
"initializer_range": 0.02,
|
28 |
"keypoint_detector_config": {
|
29 |
+
"model_type": "superpoint"
|
|
|
|
|
|
|
|
|
|
|
30 |
},
|
31 |
"keypoint_encoder_sizes": [
|
32 |
32,
|
|
|
39 |
"num_heads": 4,
|
40 |
"sinkhorn_iterations": 100,
|
41 |
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.46.0.dev0"
|
43 |
}
|
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:1712425be77b9f029ead3206521318a5f66abc35c4844ab88e320b6b5b74522d
|
3 |
+
size 53412280
|