Logo
Explore Help
Register Sign In
mirrors/PaddleOCR
1
0
Fork 0
You've already forked PaddleOCR
mirror of https://github.com/PaddlePaddle/PaddleOCR.git synced 2025-06-03 21:53:39 +08:00
Code Issues Packages Projects Releases Wiki Activity
PaddleOCR/benchmark/PaddleOCR_DBNet/post_processing/__init__.py

14 lines
284 B
Python
Raw Normal View History

add db for benchmark (#8959) * Add custom detection and recognition model usage instructions in re * update * Add custom detection and recognition model usage instructions in re * add db net for benchmark * rename benckmark to PaddleOCR_benchmark * add addict to req * rename
2023-02-08 15:52:30 +08:00
# -*- coding: utf-8 -*-
# @Time : 2019/12/5 15:17
# @Author : zhoujun
from .seg_detector_representer import SegDetectorRepresenter
def get_post_processing(config):
try:
add pre-commit workflow (#11973) * add pre-commit workflow * run 'pre-commit run --all-files' * setup python version
2024-04-21 21:46:20 +08:00
cls = eval(config["type"])(**config["args"])
add db for benchmark (#8959) * Add custom detection and recognition model usage instructions in re * update * Add custom detection and recognition model usage instructions in re * add db net for benchmark * rename benckmark to PaddleOCR_benchmark * add addict to req * rename
2023-02-08 15:52:30 +08:00
return cls
except:
add pre-commit workflow (#11973) * add pre-commit workflow * run 'pre-commit run --all-files' * setup python version
2024-04-21 21:46:20 +08:00
return None
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 2332ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API