From 6173d4dcdf7afc66b20fbc0862eed048af658438 Mon Sep 17 00:00:00 2001 From: UnknownObject Date: Sun, 10 Dec 2023 14:17:44 +0800 Subject: [PATCH] =?UTF-8?q?Ver2.0=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocr.py b/ocr.py index f3ecfe8..44c82a9 100644 --- a/ocr.py +++ b/ocr.py @@ -36,7 +36,7 @@ class OCR: elif len(license_plate) > 7: car_type = '新能源车辆' else: - car_type = '无法推测' + car_type = '小型轿车' return license_plate, car_type @classmethod