Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,24 @@ The YOLO11x model is optimized for detecting the following:
|
|
20 |
|
21 |
- **Numbers**: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|
22 |
- **Operators**: `+`, `-`, `×`, `÷`, `=`
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## How to Use
|
25 |
|
26 |
To use this model in your project, follow the steps below:
|
|
|
20 |
|
21 |
- **Numbers**: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|
22 |
- **Operators**: `+`, `-`, `×`, `÷`, `=`
|
23 |
+
```text
|
24 |
+
#class
|
25 |
+
0
|
26 |
+
1
|
27 |
+
2
|
28 |
+
3
|
29 |
+
4
|
30 |
+
5
|
31 |
+
6
|
32 |
+
7
|
33 |
+
8
|
34 |
+
9
|
35 |
+
div
|
36 |
+
eqv
|
37 |
+
minus
|
38 |
+
mult
|
39 |
+
plus
|
40 |
+
```
|
41 |
## How to Use
|
42 |
|
43 |
To use this model in your project, follow the steps below:
|