From dcb9fc86d490f357f18af50b37a8ebaf438c3e85 Mon Sep 17 00:00:00 2001 From: LE DUC ANH Date: Wed, 8 Jul 2020 12:19:17 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb83d23..3d88e06 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ For text line recognition, we employ the attention-based encoder-decoder on our ## Running Kindai OCR -- You should first download the pre_trained models and put them into ./pretrain/ folder. +- You should first download the pre_trained models and put them into ./pretrain/ folder. +[VGG model](https://drive.google.com/file/d/1_A1dEFKxyiz4Eu1HOCDbjt1OPoEh90qr/view?usp=sharing), [CRAFT model](https://drive.google.com/file/d/1-9xt_jjs4btMrz5wzrU1-kyp2c6etFab/view?usp=sharing), [OCR model](https://drive.google.com/file/d/1mibg7D2D5rvPhhenLeXNilSLMBloiexl/view?usp=sharing) - Copy your images into ./data/test/ folder - run the following script to recognize images: `python test.py`