Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
# AITF Engagement Detection Model
|
| 5 |
+
|
| 6 |
+
## Description
|
| 7 |
+
Model ini digunakan untuk mendeteksi tingkat engagement siswa dari wajah menggunakan dataset DAiSEE.
|
| 8 |
+
|
| 9 |
+
## Classes
|
| 10 |
+
0 - Very Low
|
| 11 |
+
1 - Low
|
| 12 |
+
2 - High
|
| 13 |
+
3 - Very High
|
| 14 |
+
|
| 15 |
+
## Model
|
| 16 |
+
Architecture: ResNet18
|
| 17 |
+
Framework: PyTorch
|