diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-04-03 21:59:07 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-04-03 21:59:07 +0200 |
commit | 07f2cc3665a1a60efe8ed8073cad6ac4f344b2c2 (patch) | |
tree | d24ae8e3b9b39bfcfb3b850b30cb966eb3b064a7 /text_recognizer/data/make_wordpieces.py | |
parent | 3196144ec99e803cef218295ddea592748931c57 (diff) |
Add IAM paragraphs dataset
Diffstat (limited to 'text_recognizer/data/make_wordpieces.py')
-rw-r--r-- | text_recognizer/data/make_wordpieces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_recognizer/data/make_wordpieces.py b/text_recognizer/data/make_wordpieces.py index e062c4c..ef9eb1b 100644 --- a/text_recognizer/data/make_wordpieces.py +++ b/text_recognizer/data/make_wordpieces.py @@ -99,7 +99,7 @@ def cli( """CLI for training the sentence piece model.""" if data_dir is None: data_dir = ( - Path(__file__).resolve().parents[2] / "data" / "processed" / "iam_lines" + Path(__file__).resolve().parents[2] / "data" / "processed" / "iam_lines" ) logger.debug(f"Using data dir: {data_dir}") if not data_dir.exists(): |