Commit 190101ae authored by 刘明贵's avatar 刘明贵
Browse files

修改readme

parent 312d7d83
......@@ -2,7 +2,7 @@
* @Author: liuhy
* @email: liuhy6@sugon.com
* @Date: 2023-03-03 10:17:07
* @LastEditTime: 2023-03-03 10:36:59
* @LastEditTime: 2023-03-03 10:40:48
* @FilePath: \lpr\README.md
-->
# License-Plate-Recoginition(LPR)
......@@ -29,12 +29,12 @@ python train.py --train_img_dirs 训练集文件夹路径 --test_img_dirs 验证
Fine-tunning使用以下命令:
python train.py \
--train_img_dirs 训练集文件夹路径 \
--test_img_dirs 验证集文件夹路径 \
`
python train.py --train_img_dirs 训练集文件夹路径 --test_img_dirs 验证集文件夹路径 \
--pretrained_model 预训练模型路径 \
--resume_epoch Fine-tuning训练的起始epoch \ #fine-tuning时只训练从起始epoch到最大epoch
--max_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