lanseria commited on
Commit
350b6cc
1 Parent(s): 0748d8c
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -11,4 +11,24 @@ tags:
11
 
12
  This model is built using tfjs and is based on the YOLOv8n architecture. It is capable of detecting two classes of objects: people wearing safety helmets and those who are not.
13
 
14
- 该模型使用tfjs构建,基于YOLOv8n架构,可以检测两类物体:戴安全帽的人和未戴安全帽的人。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  This model is built using tfjs and is based on the YOLOv8n architecture. It is capable of detecting two classes of objects: people wearing safety helmets and those who are not.
13
 
14
+ 该模型使用tfjs构建,基于YOLOv8n架构,可以检测两类物体:戴安全帽的人和未戴安全帽的人。
15
+
16
+ This model is converted from https://huggingface.co/keremberke/yolov8n-hard-hat-detection
17
+
18
+ 该模型转换自 https://huggingface.co/keremberke/yolov8n-hard-hat-detection
19
+
20
+ <div align="center">
21
+ <img width="640" alt="keremberke/yolov8n-hard-hat-detection" src="https://huggingface.co/keremberke/yolov8n-hard-hat-detection/resolve/main/thumbnail.jpg">
22
+ </div>
23
+
24
+
25
+ ### Supported Labels
26
+
27
+ ```JSON
28
+ ["Hardhat", "NO-Hardhat"]
29
+ ```
30
+
31
+ ### How to use
32
+
33
+ - Clone [this github repo](https://github.com/lanseria/yolov8-tfjs-vue-webrtc-demo)
34
+ - Read this repo readme