This repoistory contains a re-implemtation of STTL-BLS, which uses semi-supervised learning technologies to enhance the final score of the trained model.
Installation Pip
git clone https://github.com/YourGithubName/your-repo-name cd your-repo-name
conda create -n myenv python=3.9 conda activate myenv
pip install -r requirements.txt
lmdb dataset from /AdvancedLiterateMachinery-main/OCR/MGP-STR/Customsinvoice
├── eval │ ├── CustomInvoiceEval ├── training │ ├── CustomInvoiceTrain ├── test │ ├── CustomInvoiceTest