Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jiseong-Ok/OCR-Yolov5-SwinIR-SVTR
OCR(Korean)
https://github.com/Jiseong-Ok/OCR-Yolov5-SwinIR-SVTR
Last synced: 3 months ago
JSON representation
OCR(Korean)
- Host: GitHub
- URL: https://github.com/Jiseong-Ok/OCR-Yolov5-SwinIR-SVTR
- Owner: Jiseong-Ok
- Created: 2022-07-06T06:19:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T05:19:19.000Z (over 2 years ago)
- Last Synced: 2024-08-02T01:25:25.406Z (7 months ago)
- Language: Python
- Size: 14.7 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yolo-object-detection - Jiseong-Ok/OCR-Yolov5-SwinIR-SVTR - Ok/OCR-Yolov5-SwinIR-SVTR?style=social"/> : OCR(Korean). (Applications)
- awesome-yolo-object-detection - Jiseong-Ok/OCR-Yolov5-SwinIR-SVTR - Ok/OCR-Yolov5-SwinIR-SVTR?style=social"/> : OCR(Korean). (Applications)
README
# OCR-Yolov5-SwinIR-SVTR
OCR(Korean)## Run demo
- Requirement
```
!python3 -m pip install paddlepaddle-gpu
!pip install "paddleocr>=2.0.1"
!pip install --upgrade PyYAML --ignore-installed
!pip install -r requirements.txt
```- Run demo.py
```
!python3 demo.py --image_dir='/content/test_img/' --rec_algorithm='SVTR' --rec_image_shape='3,64,256' --rec_char_dict_path='./korean_dict.txt'
```
- Result : The result will be saved in './results'Reference
---------------------------------------------------------------------
- https://github.com/jingyunliang/swinir
- https://github.com/PaddlePaddle/PaddleOCR
- https://github.com/aqntks/Easy-Yolo-OCR