stevenbucaille
commited on
Commit
•
f2bf4b6
1
Parent(s):
0a24842
Upload SuperPointForKeypointDetection
Browse files- README.md +1 -1
- config.json +2 -2
- model.safetensors +3 -0
README.md
CHANGED
@@ -3,4 +3,4 @@ tags:
|
|
3 |
- vision
|
4 |
- image-matching
|
5 |
inference: false
|
6 |
-
---
|
|
|
3 |
- vision
|
4 |
- image-matching
|
5 |
inference: false
|
6 |
+
---
|
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"border_removal_distance": 4,
|
6 |
"decoder_hidden_size": 256,
|
@@ -18,5 +18,5 @@
|
|
18 |
"model_type": "superpoint",
|
19 |
"nms_radius": 4,
|
20 |
"torch_dtype": "float32",
|
21 |
-
"transformers_version": "4.
|
22 |
}
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"SuperPointForKeypointDetection"
|
4 |
],
|
5 |
"border_removal_distance": 4,
|
6 |
"decoder_hidden_size": 256,
|
|
|
18 |
"model_type": "superpoint",
|
19 |
"nms_radius": 4,
|
20 |
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.40.0.dev0"
|
22 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1daf35c4ed78b386f7a8d3744f8160e72a30a749360a04a27ae886ff5a3ce23e
|
3 |
+
size 5206004
|