Merge pull request #12 from DeepApps91/transformer
update model on gdrive
This commit is contained in:
commit
5f429ca9d9
|
@ -37,7 +37,7 @@ editdistance==0.5.3
|
|||
## Running Kindai OCR
|
||||
- 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 V1.0 model](https://drive.google.com/file/d/1mibg7D2D5rvPhhenLeXNilSLMBloiexl/view?usp=sharing)
|
||||
[OCR V2.0 model] ()
|
||||
[OCR V2.0 model] (https://drive.google.com/file/d/1cq4PwPS2mXXRjOApst2i7n4G3mBSVqpI/view?usp=drive_link)
|
||||
- Copy your images into ./data/test/ folder
|
||||
- run the following script to recognize images:
|
||||
`python test_kindai_1.0.py`
|
||||
|
@ -61,5 +61,3 @@ We thank The Center for Research and Development of Higher Education, The Univer
|
|||
|
||||
## Contact
|
||||
Dr. Anh Duc Le, email: leducanh841988@gmail.com or anh@ism.ac.jp
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue