Commit 93f09833 authored by 刘明贵's avatar 刘明贵
Browse files

修改readme

parent 190101ae
......@@ -2,7 +2,7 @@
* @Author: liuhy
* @email: liuhy6@sugon.com
* @Date: 2023-03-03 10:17:07
* @LastEditTime: 2023-03-03 10:40:48
* @LastEditTime: 2023-03-03 10:41:59
* @FilePath: \lpr\README.md
-->
# License-Plate-Recoginition(LPR)
......@@ -30,11 +30,12 @@ python train.py --train_img_dirs 训练集文件夹路径 --test_img_dirs 验证
Fine-tunning使用以下命令:
`
python train.py --train_img_dirs 训练集文件夹路径 --test_img_dirs 验证集文件夹路径 \
--pretrained_model 预训练模型路径 \
--resume_epoch Fine-tuning训练的起始epoch \ #fine-tuning时只训练从起始epoch到最大epoch
python train.py --train_img_dirs 训练集文件夹路径 --test_img_dirs 验证集文件夹路径
--pretrained_model 预训练模型路径
--resume_epoch Fine-tuning训练的起始epoch
--max_epoch 训练的最大epoch
`
Fine-tuning时只训练从起始epoch到最大epoch
### 测试
LPR模型用test.py对训练出的模型进行测试,使用方法如下:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment