lanseria commited on
Commit
7536657
1 Parent(s): a7ee0b7

Update README.md

Browse files

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.

该模型使用tfjs构建,基于YOLOv8n架构,可以检测两类物体:戴安全帽的人和未戴安全帽的人。

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ library_name: tensorflowtts
6
+ tags:
7
+ - yolov8
8
+ - tfjs
9
+ - hard-hat
10
+ ---