We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6633372 commit 5561b92Copy full SHA for 5561b92
1 file changed
paddlex/inference/utils/official_models.py
@@ -352,6 +352,12 @@
352
"G2PWModel",
353
"fastspeech2_csmsc",
354
"pwgan_csmsc",
355
+ "PP-OCRv6_medium_det",
356
+ "PP-OCRv6_small_det",
357
+ "PP-OCRv6_tiny_det",
358
+ "PP-OCRv6_medium_rec",
359
+ "PP-OCRv6_small_rec",
360
+ "PP-OCRv6_tiny_rec",
361
]
362
363
@@ -435,6 +441,12 @@
435
441
"ta_PP-OCRv5_mobile_rec",
436
442
"devanagari_PP-OCRv5_mobile_rec",
437
443
"cyrillic_PP-OCRv5_mobile_rec",
444
445
446
447
448
449
438
450
439
451
440
452
SAFETENSORS_SUPPORTED_MODELS_WITH_SUFFIX: Set[str] = {
0 commit comments