mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
extra changes frontend
This commit is contained in:
@@ -6,11 +6,12 @@ from io import BytesIO
|
||||
from ultralytics import YOLO
|
||||
import easyocr
|
||||
|
||||
# ANPR shiz
|
||||
car_model = YOLO("yolov8n.pt")
|
||||
plate_model = YOLO("license_plate_detector.pt")
|
||||
ocr_reader = easyocr.Reader(["nl"])
|
||||
|
||||
# ANPR
|
||||
if True:
|
||||
car_model = YOLO("yolov8n.pt")
|
||||
plate_model = YOLO("license_plate_detector.pt")
|
||||
ocr_reader = easyocr.Reader(["nl"])
|
||||
|
||||
# from authlib.integrations.flask_client import OAuth
|
||||
|
||||
|
||||
Reference in New Issue
Block a user