Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ metrics:
|
|
5 |
- precision
|
6 |
pipeline_tag: object-detection
|
7 |
library_name: dghs-imgutils
|
|
|
|
|
8 |
---
|
9 |
|
10 |
| Model | Type | FLOPS | Params | F1 Score | Threshold | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | F1 Plot | Confusion | Labels |
|
@@ -24,5 +26,4 @@ library_name: dghs-imgutils
|
|
24 |
| v2021.12.30_l_yv11 | yolo | 87.3G | 25.3M | 0.92 | 0.383 | 0.93265 | 0.90913 | 0.9527 | 0.7648 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_l_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_l_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
25 |
| v2021.12.30_m_yv11 | yolo | 68.2G | 20.1M | 0.92 | 0.372 | 0.93163 | 0.90535 | 0.95104 | 0.76011 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_m_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_m_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
26 |
| v2021.12.30_n_yv11 | yolo | 6.44G | 2.59M | 0.88 | 0.356 | 0.9086 | 0.85731 | 0.91858 | 0.69587 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_n_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_n_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
27 |
-
| v2021.12.30_s_yv11 | yolo | 21.6G | 9.43M | 0.9 | 0.368 | 0.9232 | 0.88748 | 0.93949 | 0.73393 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_s_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_s_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
28 |
-
|
|
|
5 |
- precision
|
6 |
pipeline_tag: object-detection
|
7 |
library_name: dghs-imgutils
|
8 |
+
datasets:
|
9 |
+
- hal-utokyo/Manga109-s
|
10 |
---
|
11 |
|
12 |
| Model | Type | FLOPS | Params | F1 Score | Threshold | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | F1 Plot | Confusion | Labels |
|
|
|
26 |
| v2021.12.30_l_yv11 | yolo | 87.3G | 25.3M | 0.92 | 0.383 | 0.93265 | 0.90913 | 0.9527 | 0.7648 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_l_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_l_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
27 |
| v2021.12.30_m_yv11 | yolo | 68.2G | 20.1M | 0.92 | 0.372 | 0.93163 | 0.90535 | 0.95104 | 0.76011 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_m_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_m_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
28 |
| v2021.12.30_n_yv11 | yolo | 6.44G | 2.59M | 0.88 | 0.356 | 0.9086 | 0.85731 | 0.91858 | 0.69587 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_n_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_n_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
29 |
+
| v2021.12.30_s_yv11 | yolo | 21.6G | 9.43M | 0.9 | 0.368 | 0.9232 | 0.88748 | 0.93949 | 0.73393 | [plot](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_s_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/manga109_yolo/blob/main/v2021.12.30_s_yv11/confusion_matrix_normalized.png) | `body`, `face`, `frame`, `text` |
|
|