stevenbucaille
commited on
Commit
•
a37b822
1
Parent(s):
3192031
Upload model
Browse files- config.json +20 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SuperPointModel"
|
4 |
+
],
|
5 |
+
"conv_layers_sizes": [
|
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.33.0.dev0"
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9fdefe01afedd5b9d4964af2596e5baeadaef341189ad1c467e440013356b3e
|
3 |
+
size 5210809
|