Spaces:
Sleeping
Sleeping
[email protected]
commited on
Commit
·
91945b5
1
Parent(s):
81ea482
update onnx files
Browse files- VSL_SAM_SLR_V2_bone_motion.onnx +3 -0
- VSL_SAM_SLR_V2_joint.onnx +3 -0
- VSL_SAM_SLR_V2_joint_motion.onnx +3 -0
- app.py +1 -1
VSL_SAM_SLR_V2_bone_motion.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c16d4cf469818dacd2b84d4499ea6d273174fae7e4b31f83ba3375c546c27244
|
3 |
+
size 16709176
|
VSL_SAM_SLR_V2_joint.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d4add8fcdb3cceff40db5ed9141b185b09b1f252193476847e5002d3f1930d9
|
3 |
+
size 16709176
|
VSL_SAM_SLR_V2_joint_motion.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a97315b6429ebe8754928180f327900ec536b8c89fcd62e8ba7d38657fb451c
|
3 |
+
size 16709176
|
app.py
CHANGED
@@ -22,7 +22,7 @@ description = '''
|
|
22 |
examples = []
|
23 |
|
24 |
# Load the configuration file.
|
25 |
-
ort_session = ort.InferenceSession('
|
26 |
|
27 |
# Load id-to-gloss mapping.
|
28 |
id2gloss = pd.read_csv('gloss.csv', names=['id', 'gloss']).to_dict()['gloss']
|
|
|
22 |
examples = []
|
23 |
|
24 |
# Load the configuration file.
|
25 |
+
ort_session = ort.InferenceSession('VSL_SAM_SLR_V2_bone_motion.onnx')
|
26 |
|
27 |
# Load id-to-gloss mapping.
|
28 |
id2gloss = pd.read_csv('gloss.csv', names=['id', 'gloss']).to_dict()['gloss']
|