Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,12 @@ Ensure you have the `ultralytics` library installed, which is used for YOLO mode
|
|
19 |
pip install ultralytics
|
20 |
```
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
### 2. Load the Model
|
23 |
|
24 |
You can load the model and perform detection on an image as follows:
|
|
|
19 |
pip install ultralytics
|
20 |
```
|
21 |
|
22 |
+
```text
|
23 |
+
# class
|
24 |
+
with_mask
|
25 |
+
without_mask
|
26 |
+
```
|
27 |
+
|
28 |
### 2. Load the Model
|
29 |
|
30 |
You can load the model and perform detection on an image as follows:
|