# Lite-DBNet **Repository Path**: fkgeek/Lite-DBNet ## Basic Information - **Project Name**: Lite-DBNet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2021-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lite-DBNet ## 数据准备 以icdar2015数据集为例,下载数据集解压到工作目录dataset下,整理如下图所示: ![dataset](./picture/dataset.png) 使用generate_labels.py分别生成train.txt和test.txt文件。 ## 参数配置 根据需求修改config中的config.py文件。 ## 启动训练 ```shell python train.py ``` ## 安装配置 pytorch >=1.6.0 python >= 3.6