leeyunjai commited on
Commit
6703e61
1 Parent(s): 7da5337

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
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: