added images
Browse files
README.md
CHANGED
@@ -13,6 +13,11 @@ The report suggests combining these approaches for a more robust system, potenti
|
|
13 |
|
14 |
---
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
## Model Card: Facial Drowsiness Detection - Base CNN
|
17 |
|
18 |
* **Model File:** `trained_model_weights_BASE_DATASET1.pth`
|
@@ -34,6 +39,8 @@ The report suggests combining these approaches for a more robust system, potenti
|
|
34 |
* **Size:** 5,859 training images.
|
35 |
* **Preprocessing:** Resize (48x48), Grayscale, ToTensor, Normalize (calculated mean/std from dataset), RandomHorizontalFlip.
|
36 |
|
|
|
|
|
37 |
### Evaluation Data
|
38 |
* **Dataset:** Test split of the Drowsy Detection Dataset.
|
39 |
* **Size:** 1,483 testing images.
|
@@ -238,6 +245,8 @@ The report suggests combining these approaches for a more robust system, potenti
|
|
238 |
* **Size:** 5,807 training images.
|
239 |
* **Preprocessing:** Resize (224x224), Grayscale (num_output_channels=3), Augmentations (RandomHorizontalFlip, RandomRotation(10), ColorJitter), ToTensor, Normalize (calculated mean/std from dataset).
|
240 |
|
|
|
|
|
241 |
### Evaluation Data
|
242 |
* **Dataset:** Test split of the Openned Closed Eyes Dataset.
|
243 |
* **Size:** 4,232 testing images.
|
|
|
13 |
|
14 |
---
|
15 |
|
16 |
+
|
17 |
+

|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
## Model Card: Facial Drowsiness Detection - Base CNN
|
22 |
|
23 |
* **Model File:** `trained_model_weights_BASE_DATASET1.pth`
|
|
|
39 |
* **Size:** 5,859 training images.
|
40 |
* **Preprocessing:** Resize (48x48), Grayscale, ToTensor, Normalize (calculated mean/std from dataset), RandomHorizontalFlip.
|
41 |
|
42 |
+

|
43 |
+
|
44 |
### Evaluation Data
|
45 |
* **Dataset:** Test split of the Drowsy Detection Dataset.
|
46 |
* **Size:** 1,483 testing images.
|
|
|
245 |
* **Size:** 5,807 training images.
|
246 |
* **Preprocessing:** Resize (224x224), Grayscale (num_output_channels=3), Augmentations (RandomHorizontalFlip, RandomRotation(10), ColorJitter), ToTensor, Normalize (calculated mean/std from dataset).
|
247 |
|
248 |
+

|
249 |
+
|
250 |
### Evaluation Data
|
251 |
* **Dataset:** Test split of the Openned Closed Eyes Dataset.
|
252 |
* **Size:** 4,232 testing images.
|