Commit 4d0546cc authored by 刘明贵's avatar 刘明贵
Browse files

提交测试图像

parent 7ed2ef74
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: liuhy * @Author: liuhy
* @email: liuhy6@sugon.com * @email: liuhy6@sugon.com
* @Date: 2023-03-03 10:17:07 * @Date: 2023-03-03 10:17:07
* @LastEditTime: 2023-03-03 15:33:43 * @LastEditTime: 2023-03-03 15:38:01
* @FilePath: \lpr\README.md * @FilePath: \lpr\README.md
--> -->
# License-Plate-Recoginition(LPR) # License-Plate-Recoginition(LPR)
...@@ -44,7 +44,7 @@ Fine-tuning时只训练从起始epoch到最大epoch。 ...@@ -44,7 +44,7 @@ Fine-tuning时只训练从起始epoch到最大epoch。
在model文件夹下我们提供了一个预训练模型以及对应的onnx模型和mxr模型,以下是相关子目录的介绍: 在model文件夹下我们提供了一个预训练模型以及对应的onnx模型和mxr模型,以下是相关子目录的介绍:
LPR LPR
├── imgs #包含几张测试图像 ├── imgs #测试图像
├── model ├── model
│   ├── lprnet.pth #基于pytorch框架训练出的LPR预训练模型 │   ├── lprnet.pth #基于pytorch框架训练出的LPR预训练模型
│   ├── LPRNet.onnx #由lprnet.pth转换的onnx模型 │   ├── LPRNet.onnx #由lprnet.pth转换的onnx模型
......
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