Skip to content

Latest commit

 

History

History

onnx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

车牌检测识别onnx导出与推理

1.检测onnx导出

python models/export.py --weights weights/plate_detect.pt --grid

2.识别onnx导出看这里 车牌识别

3.车牌检测+车牌识别 onnx推理

 python onnx/yolov7_plate_onnx_infer.py --detect_model weights/plate_detect.onnx --rec_model weights/plate_rec.onnx --image_path imgs --output result