Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ logo_classes = [
|
|
| 43 |
model_orientation = YOLO("direction_best.pt")
|
| 44 |
model_plate_detection = YOLO("plate_detection.pt")
|
| 45 |
model_logo_detection = YOLO("car_logo_detection.pt")
|
| 46 |
-
model_characters = YOLO("
|
| 47 |
model_vehicle = YOLO("vehicle_recognition.pt")
|
| 48 |
|
| 49 |
|
|
|
|
| 43 |
model_orientation = YOLO("direction_best.pt")
|
| 44 |
model_plate_detection = YOLO("plate_detection.pt")
|
| 45 |
model_logo_detection = YOLO("car_logo_detection.pt")
|
| 46 |
+
model_characters = YOLO("character_detetion.pt")
|
| 47 |
model_vehicle = YOLO("vehicle_recognition.pt")
|
| 48 |
|
| 49 |
|