s-emanuilov commited on
Commit
436f75f
·
verified ·
1 Parent(s): e354f8b

Upload 4 files

Browse files
detection/v3/config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "PP-OCRv3_mobile_det",
3
+ "model_type": "detection",
4
+ "framework": "PaddleOCR",
5
+ "version": "PP-OCRv3",
6
+ "version_note": "Legacy model - PP-OCRv3 (use with v3 recognition models)",
7
+ "description": "PP-OCRv3 text detection model (for legacy language support)",
8
+ "original_format": "PaddlePaddle",
9
+ "converted_format": "ONNX",
10
+ "opset_version": 11,
11
+ "input_shape": "dynamic (batch_size, 3, height, width)",
12
+ "output_shape": "dynamic",
13
+ "source": "https://github.com/PaddlePaddle/PaddleOCR"
14
+ }
detection/v3/det.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee40e80071ba3a320d4efda75f3e22047a7d049e9bf7bcaaf9daea23fc21b935
3
+ size 2429873
detection/v5/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "PP-OCRv5_server_det",
3
+ "model_type": "detection",
4
+ "framework": "PaddleOCR",
5
+ "version": "PP-OCRv5",
6
+ "description": "PP-OCRv5 text detection model (shared across all languages)",
7
+ "original_format": "PaddlePaddle",
8
+ "converted_format": "ONNX",
9
+ "opset_version": 11,
10
+ "input_shape": "dynamic (batch_size, 3, height, width)",
11
+ "output_shape": "dynamic",
12
+ "source": "https://github.com/PaddlePaddle/PaddleOCR",
13
+ "usage": {
14
+ "library": "onnxruntime",
15
+ "preprocessing": "RGB image, normalized to [0, 1]",
16
+ "postprocessing": "Text box coordinates"
17
+ }
18
+ }
detection/v5/det.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61824840edf6e74581898930b8091b1b2318f4b2705a2e8a40ad3de7ac480133
3
+ size 88030804