Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
---
|
2 |
-
title: YOLOv8 Face Mask Detection
|
3 |
-
license: mit
|
4 |
-
sdk: static
|
5 |
-
colorFrom: indigo
|
6 |
-
colorTo: blue
|
7 |
-
pinned: false
|
8 |
-
|
|
|
|
|
9 |
# YOLOv8 Face Mask Detection using Custom Pascal VOC Annotations
|
10 |
|
11 |
This repository presents an end-to-end pipeline for training a YOLOv8 object detection model to identify the following classes:
|
|
|
1 |
+
---
|
2 |
+
title: YOLOv8 Face Mask Detection
|
3 |
+
license: mit
|
4 |
+
sdk: static
|
5 |
+
colorFrom: indigo
|
6 |
+
colorTo: blue
|
7 |
+
pinned: false
|
8 |
+
description: YOLOv8 model trained on Pascal VOC annotations for face mask detection
|
9 |
+
---
|
10 |
+
|
11 |
# YOLOv8 Face Mask Detection using Custom Pascal VOC Annotations
|
12 |
|
13 |
This repository presents an end-to-end pipeline for training a YOLOv8 object detection model to identify the following classes:
|