Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ EULPR is a computer-vision model architecture purpose-built for detecting, readi
|
|
29 |
- **Detection Rate**: 100.0%
|
30 |
- **Text Extraction Rate**: 100.0%
|
31 |
- **Processing Speed**: 7.6 FPS
|
32 |
-
- **Model Size**:
|
33 |
|
34 |
### Supported Languages
|
35 |
|
@@ -107,8 +107,8 @@ print(results)
|
|
107 |
|
108 |
### Model Architecture
|
109 |
|
110 |
-
#### Detection Model (
|
111 |
-
- **Architecture**:
|
112 |
- **Parameters**: ~3M
|
113 |
- **Input Size**: 640x640 pixels
|
114 |
- **Output**: Bounding boxes for license plates
|
@@ -125,7 +125,7 @@ print(results)
|
|
125 |
- **Batch Size**: 16
|
126 |
- **Image Size**: 640x640
|
127 |
- **Optimizer**: AdamW
|
128 |
-
- **Framework**: Ultralytics
|
129 |
|
130 |
### Use Cases
|
131 |
|
|
|
29 |
- **Detection Rate**: 100.0%
|
30 |
- **Text Extraction Rate**: 100.0%
|
31 |
- **Processing Speed**: 7.6 FPS
|
32 |
+
- **Model Size**: YOLOv12 Nano (~10.5MB)
|
33 |
|
34 |
### Supported Languages
|
35 |
|
|
|
107 |
|
108 |
### Model Architecture
|
109 |
|
110 |
+
#### Detection Model (YOLOv12n)
|
111 |
+
- **Architecture**: YOLOv12 Nano
|
112 |
- **Parameters**: ~3M
|
113 |
- **Input Size**: 640x640 pixels
|
114 |
- **Output**: Bounding boxes for license plates
|
|
|
125 |
- **Batch Size**: 16
|
126 |
- **Image Size**: 640x640
|
127 |
- **Optimizer**: AdamW
|
128 |
+
- **Framework**: Ultralytics YOLOv12
|
129 |
|
130 |
### Use Cases
|
131 |
|