osheina commited on
Commit
0e712d3
·
verified ·
1 Parent(s): 4dc8eec

Update configs/config.json

Browse files
Files changed (1) hide show
  1. 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,
5
  "path_to_class_list": "RSL_class_list.txt",
6
- "window_size": 32,
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
  }