Stanislav Kalinin commited on
Commit
22c0406
β€’
1 Parent(s): c75c464

chore: Move ocr and segm weighs to folders

Browse files
tetradi/{corpus_o6.arpa β†’ ocr/corpus_o6.arpa} RENAMED
File without changes
tetradi/{model-97-0.8179.ckpt β†’ ocr/model-97-0.8179.ckpt} RENAMED
File without changes
tetradi/{ocr_config.json β†’ ocr/ocr_config.json} RENAMED
File without changes
tetradi/pipeline_config.json CHANGED
@@ -3,8 +3,8 @@
3
  "input_format": "BGR"
4
  },
5
  "SegmPrediction": {
6
- "model_path": "model-319-0.1578.ckpt",
7
- "config_path": "segm_config-fitting_text_line_11032022.json",
8
  "device": "cuda"
9
  },
10
  "RestoreImageAngle": {
@@ -12,9 +12,9 @@
12
  },
13
  "ClassContourPosptrocess": {},
14
  "OCRPrediction": {
15
- "model_path": "model-97-0.8179.ckpt",
16
- "config_path": "ocr_config.json",
17
- "lm_path": "corpus_o6.arpa",
18
  "classes_to_ocr": ["shrinked_pupil_text", "shrinked_comments"],
19
  "device": "cuda"
20
  },
 
3
  "input_format": "BGR"
4
  },
5
  "SegmPrediction": {
6
+ "model_path": "segm/model-319-0.1578.ckpt",
7
+ "config_path": "segm/segm_config-fitting_text_line_11032022.json",
8
  "device": "cuda"
9
  },
10
  "RestoreImageAngle": {
 
12
  },
13
  "ClassContourPosptrocess": {},
14
  "OCRPrediction": {
15
+ "model_path": "ocr/model-97-0.8179.ckpt",
16
+ "config_path": "ocr/ocr_config.json",
17
+ "lm_path": "ocr/corpus_o6.arpa",
18
  "classes_to_ocr": ["shrinked_pupil_text", "shrinked_comments"],
19
  "device": "cuda"
20
  },
tetradi/{model-319-0.1578.ckpt β†’ segm/model-319-0.1578.ckpt} RENAMED
File without changes
tetradi/{segm_config-fitting_text_line_11032022.json β†’ segm/segm_config-fitting_text_line_11032022.json} RENAMED
File without changes