Stanislav Kalinin
commited on
Commit
•
fd90988
1
Parent(s):
fdc7634
chore: Rename model weights
Browse files
ocr/{model-95-0.0293.ckpt → ocr_model.ckpt}
RENAMED
File without changes
|
pipeline_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"input_format": "BGR"
|
4 |
},
|
5 |
"SegmPrediction": {
|
6 |
-
"model_path": "segm/
|
7 |
"config_path": "segm/segm_config.json",
|
8 |
"device": "cuda"
|
9 |
},
|
@@ -12,7 +12,7 @@
|
|
12 |
},
|
13 |
"ClassContourPosptrocess": {},
|
14 |
"OCRPrediction": {
|
15 |
-
"model_path": "ocr/
|
16 |
"config_path": "ocr/ocr_config.json",
|
17 |
"lm_path": "",
|
18 |
"classes_to_ocr": ["shrinked_text"],
|
|
|
3 |
"input_format": "BGR"
|
4 |
},
|
5 |
"SegmPrediction": {
|
6 |
+
"model_path": "segm/segm_model.ckpt",
|
7 |
"config_path": "segm/segm_config.json",
|
8 |
"device": "cuda"
|
9 |
},
|
|
|
12 |
},
|
13 |
"ClassContourPosptrocess": {},
|
14 |
"OCRPrediction": {
|
15 |
+
"model_path": "ocr/ocr_model.ckpt",
|
16 |
"config_path": "ocr/ocr_config.json",
|
17 |
"lm_path": "",
|
18 |
"classes_to_ocr": ["shrinked_text"],
|
segm/{model-100-0.1701.ckpt → segm_model.ckpt}
RENAMED
File without changes
|