apocaliss92 commited on
Commit
4274b7c
·
verified ·
1 Parent(s): 43ff8f0

Upload plateRecognition/paddleocr/onnx/config.json with huggingface_hub

Browse files
plateRecognition/paddleocr/onnx/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "latin_PP-OCRv5_mobile_rec",
3
+ "model_type": "recognition",
4
+ "framework": "PaddleOCR",
5
+ "version": "PP-OCRv5",
6
+ "language_group": "latin",
7
+ "supported_languages": [
8
+ "English",
9
+ "French",
10
+ "German",
11
+ "Afrikaans",
12
+ "Italian",
13
+ "Spanish",
14
+ "Bosnian",
15
+ "Portuguese",
16
+ "Czech",
17
+ "Welsh",
18
+ "Danish",
19
+ "Estonian",
20
+ "Irish",
21
+ "Croatian",
22
+ "Uzbek",
23
+ "Hungarian",
24
+ "Serbian (Latin)",
25
+ "Indonesian",
26
+ "Occitan",
27
+ "Icelandic",
28
+ "Lithuanian",
29
+ "Maori",
30
+ "Malay",
31
+ "Dutch",
32
+ "Norwegian",
33
+ "Polish",
34
+ "Slovak",
35
+ "Slovenian",
36
+ "Albanian",
37
+ "Swedish",
38
+ "Swahili",
39
+ "Tagalog",
40
+ "Turkish",
41
+ "Latin"
42
+ ],
43
+ "description": "PP-OCRv5 Latin script text recognition model (32 languages)",
44
+ "accuracy": 84.7,
45
+ "dataset": "3,111 Latin script images",
46
+ "original_format": "PaddlePaddle",
47
+ "converted_format": "ONNX",
48
+ "opset_version": 11,
49
+ "dictionary_file": "ppocrv5_latin_dict.txt",
50
+ "input_shape": "dynamic (batch_size, 3, 32, dynamic_width)",
51
+ "output_shape": "dynamic (batch_size, sequence_length, num_classes)",
52
+ "source": "https://github.com/PaddlePaddle/PaddleOCR",
53
+ "documentation": "https://www.paddleocr.ai/main/en/version3.x/algorithm/PP-OCRv5/PP-OCRv5_multi_languages.html",
54
+ "usage": {
55
+ "library": "onnxruntime",
56
+ "preprocessing": "Grayscale or RGB image, resized to height=32, normalized",
57
+ "postprocessing": "CTC decoding with character dictionary",
58
+ "dictionary_format": "One character per line, UTF-8 encoding"
59
+ }
60
+ }