ocr_torch是基于Torch1.8实现的DBNet(2.2M) + CRNN(3.8M)实现的轻量级文字检测识别项目(支持onnx推理).
-
linux
-
python3.7
-
Torch1.8
采用mobilenetV3 large作为骨干网络实现
- 训练启动脚本
python -m torch.distributed.launch train.py -c config/train/det.yml
- 测试启动脚本
python predict.py -c config/predict/det.yml
采用mobilenetV3 small作为骨干网络实现
- 训练启动脚本
python -m torch.distributed.launch train.py -c config/train/rec.yml
- 测试测试脚本
python predict.py -c config/predict/rec.yml
- 训练推理脚本
python lite_ocr.py -c config/lite_ocr.yml