stevenbucaille
commited on
Upload model
Browse files- config.json +8 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -2,19 +2,21 @@
|
|
2 |
"architectures": [
|
3 |
"SuperPointModel"
|
4 |
],
|
5 |
-
"
|
|
|
|
|
|
|
6 |
64,
|
7 |
64,
|
8 |
128,
|
9 |
-
128
|
10 |
-
256
|
11 |
],
|
12 |
-
"descriptor_dim": 256,
|
13 |
"initializer_range": 0.02,
|
|
|
14 |
"keypoint_threshold": 0.005,
|
15 |
"max_keypoints": -1,
|
|
|
16 |
"nms_radius": 4,
|
17 |
-
"remove_borders": 4,
|
18 |
"torch_dtype": "float32",
|
19 |
-
"transformers_version": "4.
|
20 |
}
|
|
|
2 |
"architectures": [
|
3 |
"SuperPointModel"
|
4 |
],
|
5 |
+
"border_removal_distance": 4,
|
6 |
+
"decoder_hidden_size": 256,
|
7 |
+
"descriptor_decoder_dim": 256,
|
8 |
+
"encoder_hidden_sizes": [
|
9 |
64,
|
10 |
64,
|
11 |
128,
|
12 |
+
128
|
|
|
13 |
],
|
|
|
14 |
"initializer_range": 0.02,
|
15 |
+
"keypoint_decoder_dim": 65,
|
16 |
"keypoint_threshold": 0.005,
|
17 |
"max_keypoints": -1,
|
18 |
+
"model_type": "superpoint",
|
19 |
"nms_radius": 4,
|
|
|
20 |
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.35.0.dev0"
|
22 |
}
|
pytorch_model.bin
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:84613f1d4ce588be603489ebba94bd81c525f9038ff524d5332a0f602519298f
|
3 |
+
size 5211446
|