# 车牌识别 **Repository Path**: yeye0810/lpr ## Basic Information - **Project Name**: 车牌识别 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2018-10-16 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 车牌识别 #### 项目介绍 基于导师的要求,制作一个无限制条件的车牌识别网络 #### 软件架构 基于pytorch实现 #### 安装教程 pytorch安装:https://pytorch.org/ imgaug安装:https://github.com/aleju/imgaug #### 版本更新记录 2018/10/16:可以正常运行,使用训练集测试 2018/11/3:loss function收敛之后无法对图像做出很好的标记,猜测可能原因与pytorch中Variable的添加有关,进一步调试中