Add YOLOv8 emotion detection model
Browse files- README.md +3 -0
- best.pt +3 -0
- config.json +1 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YOLOv8 Emotion Detection Model
|
| 2 |
+
|
| 3 |
+
Trained using Roboflow and YOLOv8 to detect human face emotions.
|
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:123e041d1b2bf1b9e03543b4c37c6168a89f96755791fc37861a9bdd3e17d6d9
|
| 3 |
+
size 6248547
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_type": "YOLOv8", "task": "object-detection"}
|