Files
2023-03-27 23:28:30 +08:00
..
2022-12-10 08:58:45 +08:00
2023-03-27 23:28:30 +08:00

车牌检测识别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