You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ppplusss d52364d704
Merge branch 'main' of https://bdgit.educoder.net/p2fq9vxcb/cxy_zhw_Imag_Enhanc_License_recog
1 year ago
.idea Removed Readme.txt and added .idea/vcs.xml 1 year ago
Font 提交 1 year ago
TestFiles 提交 1 year ago
__pycache__ 提交 1 year ago
flagged 提交 1 year ago
images 提交 1 year ago
models 提交 1 year ago
out_imgs 提交 1 year ago
paddleModels/whl 提交 1 year ago
PlateDetect.py 提交 1 year ago
README.md 提交 1 year ago
carPlate_recognize.py 提交 1 year ago
cropped_license_plate.jpg 提交 1 year ago
cropped_license_plate_with_margin.jpg 提交 1 year ago
demo_ui_main.py 提交 1 year ago
detect_tools.py 提交 1 year ago
imgTest.py 提交 1 year ago
img_enhancement.py 提交 1 year ago
tab1_1.py 提交 1 year ago
tab1_2.py 提交 1 year ago
tab1_3.py 提交 1 year ago
tab2.py 提交 1 year ago
tab3.py 提交 1 year ago
演示视频.mp4 更改 1 year ago

README.md

1.创建虚拟环境并安装相关依赖

#创建虚拟环境

conda create -n pytorch_1.8 python=3.8

#进入虚拟环境

conda activate pytorch_1.8

#安装项目依赖包

python -m pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple/

python -m pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple/

pip install gradio==3.47.1

(缺少哪个包就类似方法安装哪个包即可)

2.运行项目脚本

#进入到项目虚拟环境

conda activate pytorch_1.8

#cd 到项目根目录

cd Imag_Enhanc_License_recog-main/

#运行项目

python demo_ui_main.py