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
567cb002f1
|
5 months ago | |
---|---|---|
.idea | 5 months ago | |
Font | 5 months ago | |
TestFiles | 5 months ago | |
__pycache__ | 5 months ago | |
flagged | 5 months ago | |
images | 5 months ago | |
models | 5 months ago | |
out_imgs | 5 months ago | |
paddleModels/whl | 5 months ago | |
PlateDetect.py | 5 months ago | |
Readme.txt | 5 months ago | |
carPlate_recognize.py | 5 months ago | |
cropped_license_plate.jpg | 5 months ago | |
cropped_license_plate_with_margin.jpg | 5 months ago | |
demo_ui_main.py | 5 months ago | |
detect_tools.py | 5 months ago | |
imgTest.py | 5 months ago | |
img_enhancement.py | 5 months ago | |
tab1_1.py | 5 months ago | |
tab1_2.py | 5 months ago | |
tab1_3.py | 5 months ago | |
tab2.py | 5 months ago | |
tab3.py | 5 months ago | |
演示视频.mp4 | 5 months ago |
Readme.txt
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.运行项目脚本 # 2.1进入到项目虚拟环境 conda activate pytorch_1.8 # 2.2 cd 到项目根目录 D: cd Imag_Enhanc_License_recog-main/ # 2.3 运行项目 python demo_ui_main.py