Skip to content

peiyuanix/LicensePlateRecognition

Repository files navigation

运行环境配置

1. 创建新的 python3.6 虚拟环境并激活

2. 安装依赖

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

3. 安装 pytorchtorchvision

  • linux 64位
pip install https://download.pytorch.org/whl/cpu/torch-1.5.0%2Bcpu-cp36-cp36m-linux_x86_64.whl
pip install https://download.pytorch.org/whl/cpu/torchvision-0.6.0%2Bcpu-cp36-cp36m-linux_x86_64.whl
  • win 64位
pip install https://download.pytorch.org/whl/cpu/torch-1.5.0%2Bcpu-cp36-cp36m-win_amd64.whl
pip install https://download.pytorch.org/whl/cpu/torchvision-0.6.0%2Bcpu-cp36-cp36m-win_amd64.whl

About

数字图像处理 - 车牌识别

Resources

Stars

Watchers

Forks

Languages