You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleOCR/deploy/hubserving/ocr_det/config.json

16 lines
288 B

{
"modules_info": {
"ocr_det": {
"init_args": {
"version": "1.0.0",
"use_gpu": true
},
"predict_args": {
}
}
},
"port": 8865,
"use_multiprocess": false,
"workers": 2
}