Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 814 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 814 Bytes

Getting Started

Setup enviroment
conda create -n Obb_ocr python=3.10
conda activate Obb_ocr
pip install -r requirements.txt
pip install ultralytics

Run demo with my model

download weight for text detection in here: https://drive.google.com/file/d/1nGKdeEYGRi07_aIjR-PlqEi-XlDkMnlh/view?usp=drive_link
download weights for text recogniton in here: https://drive.google.com/file/d/1_pFmvyofaXoJz74CmTbMhWZ9CHStT7vk/view?usp=sharing
python3 demo.py --Transformation None --FeatureExtraction VGG --SequenceModeling BiLSTM --Prediction CTC --image_folder text_crop_image/ --saved_model Textrecognition.pth --imgH 32 --imgW 128 --output_channel 128 --hidden_size 128

Guide to train

https://colab.research.google.com/drive/1MBwofiFzA-jR_aY0bdmsgTGhs3n3H_5p?usp=sharing