Sign_language_project / configs /configs_config.json
osheina's picture
Upload configs_config.json
ff2b15d verified
raw
history blame
189 Bytes
{
"path_to_model": "S3D.onnx",
"threshold": 0.3,
"topk": 5,
"path_to_class_list": "RSL_class_list.txt",
"window_size": 64,
"provider": "OpenVINOExecutionProvider"
}