pk5ls20 commited on
Commit
452d3d0
·
1 Parent(s): a200814
Files changed (28) hide show
  1. onnx/cls/mv3/export/config.yaml +17 -0
  2. onnx/cls/mv3/export/model.onnx +3 -0
  3. onnx/det/h_PP-OCRv4_hgnet/det_results_04932063B2910BDB2AED1958582073B5.jpg +0 -0
  4. onnx/det/h_PP-OCRv4_hgnet/det_results_09AFCDFA16C09A2ACD14CE55893E0990.jpg +0 -0
  5. onnx/det/h_PP-OCRv4_hgnet/det_results_10_strange_5.jpeg +0 -0
  6. onnx/det/h_PP-OCRv4_hgnet/det_results_11_upright_1.jpeg +0 -0
  7. onnx/det/h_PP-OCRv4_hgnet/det_results_12_upright_2.jpeg +0 -0
  8. onnx/det/h_PP-OCRv4_hgnet/det_results_19_eng.png +0 -0
  9. onnx/det/h_PP-OCRv4_hgnet/det_results_1_normal_1.jpeg +0 -0
  10. onnx/det/h_PP-OCRv4_hgnet/det_results_21_eng.png +0 -0
  11. onnx/det/h_PP-OCRv4_hgnet/det_results_2_normal_2.jpeg +0 -0
  12. onnx/det/h_PP-OCRv4_hgnet/det_results_3_normal_3.jpeg +0 -0
  13. onnx/det/h_PP-OCRv4_hgnet/det_results_4_small_1.jpg +0 -0
  14. onnx/det/h_PP-OCRv4_hgnet/det_results_5_small_2.png +0 -0
  15. onnx/det/h_PP-OCRv4_hgnet/det_results_6_strange_1.jpeg +0 -0
  16. onnx/det/h_PP-OCRv4_hgnet/det_results_7_strange_2.jpeg +0 -0
  17. onnx/det/h_PP-OCRv4_hgnet/det_results_8_strange_3.jpeg +0 -0
  18. onnx/det/h_PP-OCRv4_hgnet/det_results_9_strange_4.png +0 -0
  19. onnx/det/h_PP-OCRv4_hgnet/export/config.yaml +27 -0
  20. onnx/det/h_PP-OCRv4_hgnet/export/model.onnx +3 -0
  21. onnx/det/h_PP-OCRv4_hgnet/predict_det.txt +14 -0
  22. onnx/rec/rec_ppocr_v4_hgnet/export/config.yaml +17 -0
  23. onnx/rec/rec_ppocr_v4_hgnet/export/model.onnx +3 -0
  24. pt/ch_PP-OCRv4_det_server_train/best_accuracy.pth +3 -0
  25. pt/ch_PP-OCRv4_det_train/best_accuracy.pth +3 -0
  26. pt/ch_PP-OCRv4_rec_server_train/best_accuracy.pth +3 -0
  27. pt/ch_PP-OCRv4_rec_train/student.pth +3 -0
  28. pt/cls/best_accuracy.pth +3 -0
onnx/cls/mv3/export/config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PostProcess:
2
+ name: ClsPostProcess
3
+ label_list:
4
+ - '0'
5
+ - '180'
6
+ Transforms:
7
+ - DecodeImage:
8
+ img_mode: BGR
9
+ channel_first: false
10
+ - ClsResizeImg:
11
+ image_shape:
12
+ - 3
13
+ - 48
14
+ - 192
15
+ - KeepKeys:
16
+ keep_keys:
17
+ - image
onnx/cls/mv3/export/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9397a5ac4f2d88f6ed975e52ff1ff9f5af5140f7927f03c0c33b49678544213c
3
+ size 544623
onnx/det/h_PP-OCRv4_hgnet/det_results_04932063B2910BDB2AED1958582073B5.jpg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_09AFCDFA16C09A2ACD14CE55893E0990.jpg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_10_strange_5.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_11_upright_1.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_12_upright_2.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_19_eng.png ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_1_normal_1.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_21_eng.png ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_2_normal_2.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_3_normal_3.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_4_small_1.jpg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_5_small_2.png ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_6_strange_1.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_7_strange_2.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_8_strange_3.jpeg ADDED
onnx/det/h_PP-OCRv4_hgnet/det_results_9_strange_4.png ADDED
onnx/det/h_PP-OCRv4_hgnet/export/config.yaml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PostProcess:
2
+ name: DBPostProcess
3
+ thresh: 0.3
4
+ box_thresh: 0.6
5
+ max_candidates: 1000
6
+ unclip_ratio: 1.5
7
+ Transforms:
8
+ - DecodeImage:
9
+ img_mode: BGR
10
+ channel_first: false
11
+ - DetResizeForTest: null
12
+ - NormalizeImage:
13
+ scale: 1./255.
14
+ mean:
15
+ - 0.485
16
+ - 0.456
17
+ - 0.406
18
+ std:
19
+ - 0.229
20
+ - 0.224
21
+ - 0.225
22
+ order: hwc
23
+ - ToCHWImage: null
24
+ - KeepKeys:
25
+ keep_keys:
26
+ - image
27
+ - shape
onnx/det/h_PP-OCRv4_hgnet/export/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02bdb0c196f928c7130de88523c03e897a03e3deca284a19fbc58793a11ad9b6
3
+ size 113189863
onnx/det/h_PP-OCRv4_hgnet/predict_det.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\10_strange_5.jpeg [{"transcription": "", "points": [[37, 111], [40, 111], [40, 114], [37, 114]]}, {"transcription": "", "points": [[159, 104], [167, 102], [169, 109], [161, 111]]}, {"transcription": "", "points": [[179, 92], [184, 90], [186, 94], [181, 96]]}, {"transcription": "", "points": [[176, 62], [181, 62], [181, 70], [176, 70]]}, {"transcription": "", "points": [[42, 52], [45, 49], [47, 52], [44, 55]]}, {"transcription": "", "points": [[175, 43], [189, 43], [189, 58], [175, 58]]}]
2
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\11_upright_1.jpeg [{"transcription": "", "points": [[14, 7], [89, 7], [93, 275], [17, 276]]}, {"transcription": "", "points": [[465, 0], [561, 0], [575, 327], [479, 331]]}]
3
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\12_upright_2.jpeg [{"transcription": "", "points": [[79, 1100], [272, 1100], [272, 1309], [79, 1309]]}, {"transcription": "", "points": [[92, 445], [256, 445], [256, 616], [92, 616]]}, {"transcription": "", "points": [[85, 259], [271, 259], [271, 466], [85, 466]]}]
4
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\19_eng.png [{"transcription": "", "points": [[43, 215], [185, 216], [184, 235], [43, 234]]}, {"transcription": "", "points": [[41, 185], [187, 184], [187, 209], [42, 211]]}, {"transcription": "", "points": [[37, 137], [194, 137], [194, 183], [37, 183]]}]
5
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\1_normal_1.jpeg [{"transcription": "", "points": [[161, 228], [411, 243], [407, 305], [158, 290]]}, {"transcription": "", "points": [[152, 140], [399, 153], [397, 195], [150, 181]]}, {"transcription": "", "points": [[79, 64], [331, 66], [331, 97], [78, 96]]}, {"transcription": "", "points": [[55, 3], [386, 5], [386, 53], [54, 51]]}]
6
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\21_eng.png [{"transcription": "", "points": [[5, 70], [84, 71], [83, 89], [4, 87]]}]
7
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\2_normal_2.jpeg [{"transcription": "", "points": [[525, 1000], [1176, 1000], [1176, 1108], [525, 1108]]}, {"transcription": "", "points": [[70, 646], [549, 646], [549, 746], [70, 746]]}]
8
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\3_normal_3.jpeg [{"transcription": "", "points": [[493, 1144], [1235, 1144], [1235, 1234], [493, 1234]]}, {"transcription": "", "points": [[13, 1013], [793, 1013], [793, 1101], [13, 1101]]}, {"transcription": "", "points": [[541, 196], [1234, 199], [1234, 284], [541, 281]]}, {"transcription": "", "points": [[38, 66], [842, 68], [842, 164], [38, 162]]}]
9
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\4_small_1.jpg [{"transcription": "", "points": [[14, 37], [52, 41], [49, 64], [11, 60]]}]
10
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\5_small_2.png [{"transcription": "", "points": [[0, 0], [51, 0], [51, 26], [0, 24]]}]
11
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\6_strange_1.jpeg [{"transcription": "", "points": [[77, 184], [134, 162], [186, 300], [129, 322]]}]
12
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\7_strange_2.jpeg [{"transcription": "", "points": [[409, 42], [622, 46], [620, 188], [406, 184]]}, {"transcription": "", "points": [[2, 26], [207, 26], [207, 216], [2, 216]]}, {"transcription": "", "points": [[205, 11], [415, 8], [418, 243], [208, 245]]}]
13
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\8_strange_3.jpeg [{"transcription": "", "points": [[318, 526], [627, 526], [627, 588], [318, 588]]}, {"transcription": "", "points": [[12, 474], [355, 474], [355, 521], [12, 521]]}, {"transcription": "", "points": [[109, 306], [197, 308], [196, 356], [108, 353]]}, {"transcription": "", "points": [[169, 256], [258, 256], [258, 304], [169, 304]]}, {"transcription": "", "points": [[70, 251], [154, 251], [154, 295], [70, 295]]}, {"transcription": "", "points": [[443, 248], [531, 250], [530, 297], [442, 294]]}, {"transcription": "", "points": [[353, 240], [438, 240], [438, 284], [353, 284]]}, {"transcription": "", "points": [[254, 233], [340, 233], [340, 277], [254, 277]]}, {"transcription": "", "points": [[162, 204], [248, 204], [248, 248], [162, 248]]}, {"transcription": "", "points": [[277, 179], [364, 179], [364, 226], [277, 226]]}, {"transcription": "", "points": [[374, 173], [462, 175], [461, 222], [373, 220]]}, {"transcription": "", "points": [[76, 170], [164, 173], [162, 219], [75, 217]]}, {"transcription": "", "points": [[192, 157], [278, 157], [278, 204], [192, 204]]}, {"transcription": "", "points": [[296, 126], [383, 126], [383, 173], [296, 173]]}, {"transcription": "", "points": [[161, 110], [250, 112], [248, 159], [160, 156]]}, {"transcription": "", "points": [[117, 30], [627, 30], [627, 89], [117, 89]]}]
14
+ C:\Users\pk5ls\Desktop\PytorchOCR\img\9_strange_4.png [{"transcription": "", "points": [[9, 18], [274, 0], [286, 83], [21, 116]]}]
onnx/rec/rec_ppocr_v4_hgnet/export/config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PostProcess:
2
+ name: CTCLabelDecode
3
+ character_dict_path: ppocr/utils/ppocr_keys_v1.txt
4
+ use_space_char: true
5
+ Transforms:
6
+ - DecodeImage:
7
+ img_mode: BGR
8
+ channel_first: false
9
+ - RecResizeImg:
10
+ image_shape:
11
+ - 3
12
+ - 48
13
+ - 320
14
+ infer_mode: true
15
+ - KeepKeys:
16
+ keep_keys:
17
+ - image
onnx/rec/rec_ppocr_v4_hgnet/export/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a146ae3e41ca6757ba8df12c13a217fa740655c8f314f42cbc0db87b8fabaa4a
3
+ size 90367846
pt/ch_PP-OCRv4_det_server_train/best_accuracy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98cc52302fc7c29e231957142b95a7887f5a15b9290b7f0095a562213b1ff118
3
+ size 114094417
pt/ch_PP-OCRv4_det_train/best_accuracy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713720af023b200e4ba21f42901a61321e7100c436c37c640955b75fa21f7dd3
3
+ size 14668480
pt/ch_PP-OCRv4_rec_server_train/best_accuracy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f91e495b9171823875c28ea0e2d1b5a2118691c9d2e1d448e9351563dbbc27
3
+ size 158081437
pt/ch_PP-OCRv4_rec_train/student.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d5371122c0ec3e0f88cd19e884f889c9ab951a21d4eaaa9b4d8f54133717ee
3
+ size 92369338
pt/cls/best_accuracy.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4ce621c64a31319ea0bd79772a0300cad5169877a1627da971bcbcd6ff6f54
3
+ size 623917