Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,24 @@ Ensure you have the `ultralytics` library installed, which is used for YOLO mode
|
|
18 |
```bash
|
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:
|
|
|
18 |
```bash
|
19 |
pip install ultralytics
|
20 |
```
|
21 |
+
```text
|
22 |
+
# class
|
23 |
+
calling
|
24 |
+
clapping
|
25 |
+
cycling
|
26 |
+
dancing
|
27 |
+
drinking
|
28 |
+
eating
|
29 |
+
fighting
|
30 |
+
hugging
|
31 |
+
laughing
|
32 |
+
listening_to_music
|
33 |
+
running
|
34 |
+
sitting
|
35 |
+
sleeping
|
36 |
+
texting
|
37 |
+
using_laptop
|
38 |
+
```
|
39 |
### 2. Load the Model
|
40 |
|
41 |
You can load the model and perform detection on an image as follows:
|