chore: Update pipeline_config.json
Browse files- pipeline_config.json +2 -0
pipeline_config.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
"SegmPrediction": {
|
| 6 |
"model_path": "segm/segm_model.ckpt",
|
| 7 |
"config_path": "segm/segm_config.json",
|
|
|
|
| 8 |
"device": "cuda",
|
| 9 |
"onnx": false
|
| 10 |
},
|
|
@@ -16,6 +17,7 @@
|
|
| 16 |
"model_path": "ocr/ocr_model.ckpt",
|
| 17 |
"config_path": "ocr/ocr_config.json",
|
| 18 |
"lm_path": "",
|
|
|
|
| 19 |
"classes_to_ocr": ["shrinked_text"],
|
| 20 |
"device": "cuda",
|
| 21 |
"batch_size": 64,
|
|
|
|
| 5 |
"SegmPrediction": {
|
| 6 |
"model_path": "segm/segm_model.ckpt",
|
| 7 |
"config_path": "segm/segm_config.json",
|
| 8 |
+
"num_threads": 8,
|
| 9 |
"device": "cuda",
|
| 10 |
"onnx": false
|
| 11 |
},
|
|
|
|
| 17 |
"model_path": "ocr/ocr_model.ckpt",
|
| 18 |
"config_path": "ocr/ocr_config.json",
|
| 19 |
"lm_path": "",
|
| 20 |
+
"num_threads": 8,
|
| 21 |
"classes_to_ocr": ["shrinked_text"],
|
| 22 |
"device": "cuda",
|
| 23 |
"batch_size": 64,
|