MichalMlodawski
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,15 @@ language:
|
|
10 |
- en
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
**Example code to run the model:**
|
14 |
|
15 |
import os
|
|
|
10 |
- en
|
11 |
---
|
12 |
|
13 |
+
**Links to Space:**
|
14 |
+
https://huggingface.co/spaces/MichalMlodawski/closed-open-eyes-detection
|
15 |
+
|
16 |
+
**Eval:**
|
17 |
+
|
18 |
+
| Epoch | Train Box Loss | Train Cls Loss | Train DFL Loss | Precision (B) | Recall (B) | mAP50 (B) | mAP50-95 (B) | Val Box Loss | Val Cls Loss | Val DFL Loss | LR PG0 | LR PG1 | LR PG2 |
|
19 |
+
|-------|----------------|----------------|----------------|---------------|------------|-----------|--------------|--------------|--------------|--------------|--------|--------|--------|
|
20 |
+
| 100 | 1.0201 | 0.4718 | 0.84219 | 0.95394 | 0.93356 | 0.96767 | 0.66184 | 0.98246 | 0.45574 | 0.83703 | 0.000199 | 0.000199 | 0.000199 |
|
21 |
+
|
22 |
**Example code to run the model:**
|
23 |
|
24 |
import os
|