Spaces:
Sleeping
Sleeping
Update configs/config.json
Browse files- configs/config.json +2 -2
configs/config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"path_to_model": "S3D.onnx",
|
3 |
"threshold": 0.3,
|
4 |
-
"topk":
|
5 |
"path_to_class_list": "RSL_class_list.txt",
|
6 |
-
"window_size":
|
7 |
"provider": "OpenVINOExecutionProvider"
|
8 |
}
|
|
|
1 |
{
|
2 |
"path_to_model": "S3D.onnx",
|
3 |
"threshold": 0.3,
|
4 |
+
"topk": 10,
|
5 |
"path_to_class_list": "RSL_class_list.txt",
|
6 |
+
"window_size": 2,
|
7 |
"provider": "OpenVINOExecutionProvider"
|
8 |
}
|