Skip to content

TYYKJ/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PL-OCR

简介

基于PytorchLightning的OCR检测识别以及分类。

文档

本项目基于PytorchLightning以及torch 1.8开发, 训练部分可支持PytorchLighting一切功能。

快速开始

安装

conda create --name <env> --file requirements.txt pip install opencv-python==4.5.4.60

训练

修改train.sh文件

致谢

本项目在开发过程中参考了 PyTorchOCR以及 PaddleOCR,感谢大佬们的开源~