From 51e8aed621e8c1f8135ebc61708187f2b6e5af24 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Thu, 4 Nov 2021 17:40:04 +0800 Subject: [PATCH] refer 2 referec --- ppocr/data/imaug/east_process.py | 2 +- ppocr/data/imaug/sast_process.py | 2 +- ppocr/postprocess/db_postprocess.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ppocr/data/imaug/east_process.py b/ppocr/data/imaug/east_process.py index 61899ad3..df08adfa 100644 --- a/ppocr/data/imaug/east_process.py +++ b/ppocr/data/imaug/east_process.py @@ -12,7 +12,7 @@ #See the License for the specific language governing permissions and #limitations under the License. """ -This code is refer from: +This code is refered from: https://github.com/songdejia/EAST/blob/master/data_utils.py """ import math diff --git a/ppocr/data/imaug/sast_process.py b/ppocr/data/imaug/sast_process.py index 5712c3db..08d03b19 100644 --- a/ppocr/data/imaug/sast_process.py +++ b/ppocr/data/imaug/sast_process.py @@ -12,7 +12,7 @@ #See the License for the specific language governing permissions and #limitations under the License. """ -This part code is refer from: +This part code is refered from: https://github.com/songdejia/EAST/blob/master/data_utils.py """ import math diff --git a/ppocr/postprocess/db_postprocess.py b/ppocr/postprocess/db_postprocess.py index c118a378..27b428ef 100755 --- a/ppocr/postprocess/db_postprocess.py +++ b/ppocr/postprocess/db_postprocess.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """ -This code is refer from: +This code is refered from: https://github.com/WenmuZhou/DBNet.pytorch/blob/master/post_processing/seg_detector_representer.py """ from __future__ import absolute_import -- GitLab