Chinese_license_plate_detection_recognition
环境要求: python >=3.6 pytorch >=1.7**
模型训练:python3 train.py --data data/widerface.yaml --cfg models/yolov5n-0.5.yaml --weights weights/plate_detect.pt --epoch 250
图片测试demo:python detect_plate.py --detect_model weights/plate_detect.pt --rec_model weights/plate_rec.pth --image_path imgs --output result
openvino demo:python openvino_infer.py --detect_model weights/plate_detect.onnx --rec_model weights/plate_rec.onnx --image_path imgs --output result_openvino