Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV committed Jul 23, 2020
1 parent a43c0b3 commit 8a11d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/lite/readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ demo/cxx/ocr/
|-- debug/
| |--ch_det_mv3_db_opt.nb Detection model
| |--ch_rec_mv3_crnn_opt.nb Recognition model
| |--11.jpg image for OCR
| |--11.jpg Image for OCR
| |--ppocr_keys_v1.txt Dictionary file
| |--libpaddle_light_api_shared.so C++ .so file
| |--config.txt Config file
Expand Down
2 changes: 1 addition & 1 deletion ppocr/modeling/backbones/rec_mobilenet_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, params):

supported_scale = [0.35, 0.5, 0.75, 1.0, 1.25]
assert self.scale in supported_scale, \
"supported scale are {} but input scale is {}".format(supported_scale, self.scale)
"supported scales are {} but input scale is {}".format(supported_scale, self.scale)

def __call__(self, input):
scale = self.scale
Expand Down

0 comments on commit 8a11d97

Please sign in to comment.