narugo1992 commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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` |
|
|
@@ -8,4 +19,4 @@
|
|
| 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` |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: object-detection
|
| 3 |
+
tags:
|
| 4 |
+
- art
|
| 5 |
+
- anime
|
| 6 |
+
license: openrail
|
| 7 |
+
library_name: dghs-imgutils
|
| 8 |
+
metrics:
|
| 9 |
+
- f1
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
| Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
|
| 13 |
|:-----------------:|:-------:|:--------:|:----------:|:-----------:|:---------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------:|
|
| 14 |
| 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` |
|
|
|
|
| 19 |
| 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` |
|
| 20 |
| 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` |
|
| 21 |
| 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` |
|
| 22 |
+
| 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` |
|