pip install -r requirements.tx
训练集:
- Google Drive
- Baidu 网盘链接 密码: gj0j
测试集:
- Google Drive
- Baidu 网盘链接 密码: 0kdu
下载训练集解压到当前目录,结构如下面:
data
|___ img
|___ gt
下载权重vgg16_bn-6c64b313.pth到pths文件夹下面,如果没有就创建pths文件夹
- 训练east:
python script/train_east.py
- 训练crnn:
python script/train_crnn.py
默认使用sample中的图片进行测试,且测试代码没有进行批量处理,所以速度不会很快,
python demo.py --crnn pths/crnn_20.pth --east pths/east_50.pth --output output
执行完成查看效果
east采用advance east,使用vgg16作为主干网络,换成默认的PVAnet应该会加快速度