lanseria's picture
Update README.md
559eb08
|
raw
history blame
986 Bytes
---
license: mit
language:
- en
- zh
tags:
- yolov8
- tfjs
- hard-hat
- ultralytics
- yolo
- object-detection
libray_name: ultralytics
---
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架构,可以检测两类物体:戴安全帽的人和未戴安全帽的人。
This model is converted from https://huggingface.co/keremberke/yolov8n-hard-hat-detection
该模型转换自 https://huggingface.co/keremberke/yolov8n-hard-hat-detection
<div align="center">
<img width="640" alt="keremberke/yolov8n-hard-hat-detection" src="https://huggingface.co/keremberke/yolov8n-hard-hat-detection/resolve/main/thumbnail.jpg">
</div>
### Supported Labels
```JSON
["Hardhat", "NO-Hardhat"]
```
### How to use
- Clone [this github repo](https://github.com/lanseria/yolov8-tfjs-vue-webrtc-demo)
- Read this repo readme