leeyunjai commited on
Commit
901d1f6
·
verified ·
1 Parent(s): 0debccf

Update README.md

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