Sync README for deepghs/anime_eye_detection, on 2024-09-24 09:18:27 UTC
Browse files- README.md +11 -0
- eye_detect_v0.2_s/labels.json +3 -0
- eye_detect_v0.2_s/threshold.json +4 -0
- eye_detect_v0.3_s/labels.json +3 -0
- eye_detect_v0.3_s/threshold.json +4 -0
- eye_detect_v0.4_s/labels.json +3 -0
- eye_detect_v0.4_s/threshold.json +4 -0
- eye_detect_v0.5_s/labels.json +3 -0
- eye_detect_v0.5_s/threshold.json +4 -0
- eye_detect_v0.6_s/labels.json +3 -0
- eye_detect_v0.6_s/threshold.json +4 -0
- eye_detect_v0.7_s/labels.json +3 -0
- eye_detect_v0.7_s/threshold.json +4 -0
- eye_detect_v0.8_s/labels.json +3 -0
- eye_detect_v0.8_s/threshold.json +4 -0
- eye_detect_v1.0_n/labels.json +3 -0
- eye_detect_v1.0_n/threshold.json +4 -0
- eye_detect_v1.0_s/labels.json +3 -0
- eye_detect_v1.0_s/threshold.json +4 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
| Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
|
2 |
+
|:-----------------:|:-------:|:--------:|:----------:|:-----------:|:---------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------:|
|
3 |
+
| eye_detect_v1.0_n | 898 | 3.01M | 0.91 | 0.258 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v1.0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v1.0_n/confusion_matrix.png) | `eye` |
|
4 |
+
| eye_detect_v1.0_s | 3.49k | 11.1M | 0.93 | 0.228 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v1.0_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v1.0_s/confusion_matrix.png) | `eye` |
|
5 |
+
| eye_detect_v0.8_s | 3.49k | 11.1M | 0.93 | 0.309 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.8_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.8_s/confusion_matrix.png) | `eye` |
|
6 |
+
| eye_detect_v0.7_s | 3.49k | 11.1M | 0.93 | 0.275 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.7_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.7_s/confusion_matrix.png) | `eye` |
|
7 |
+
| eye_detect_v0.6_s | 3.49k | 11.1M | 0.93 | 0.333 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.6_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.6_s/confusion_matrix.png) | `eye` |
|
8 |
+
| eye_detect_v0.5_s | 3.49k | 11.1M | 0.93 | 0.26 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.5_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.5_s/confusion_matrix.png) | `eye` |
|
9 |
+
| eye_detect_v0.4_s | 3.49k | 11.1M | 0.94 | 0.32 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.4_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.4_s/confusion_matrix.png) | `eye` |
|
10 |
+
| eye_detect_v0.3_s | 3.49k | 11.1M | 0.85 | 0.305 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.3_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.3_s/confusion_matrix.png) | `eye` |
|
11 |
+
| eye_detect_v0.2_s | 3.49k | 11.1M | 0.84 | 0.339 | [plot](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.2_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_eye_detection/blob/main/eye_detect_v0.2_s/confusion_matrix.png) | `eye` |
|
eye_detect_v0.2_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.2_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.84,
|
3 |
+
"threshold": 0.339
|
4 |
+
}
|
eye_detect_v0.3_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.3_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.85,
|
3 |
+
"threshold": 0.305
|
4 |
+
}
|
eye_detect_v0.4_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.4_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.94,
|
3 |
+
"threshold": 0.32
|
4 |
+
}
|
eye_detect_v0.5_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.5_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.93,
|
3 |
+
"threshold": 0.26
|
4 |
+
}
|
eye_detect_v0.6_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.6_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.93,
|
3 |
+
"threshold": 0.333
|
4 |
+
}
|
eye_detect_v0.7_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.7_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.93,
|
3 |
+
"threshold": 0.275
|
4 |
+
}
|
eye_detect_v0.8_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v0.8_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.93,
|
3 |
+
"threshold": 0.309
|
4 |
+
}
|
eye_detect_v1.0_n/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v1.0_n/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.91,
|
3 |
+
"threshold": 0.258
|
4 |
+
}
|
eye_detect_v1.0_s/labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"eye"
|
3 |
+
]
|
eye_detect_v1.0_s/threshold.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"f1_score": 0.93,
|
3 |
+
"threshold": 0.228
|
4 |
+
}
|