Sync README for deepghs/anime_head_detection, on 2024-10-08 00:00:58 CST
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ tags:
|
|
11 |
|
12 |
| Model | Type | FLOPS | Params | F1 Score | Threshold | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | F1 Plot | Confusion | Labels |
|
13 |
|:-------------------------:|:------:|:-------:|:--------:|:----------:|:-----------:|:--------------:|:-----------:|:----------:|:-------------:|:------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|:--------:|
|
|
|
|
|
14 |
| head_detect_v1.6_s_yv11 | yolo | 21.5G | 9.43M | 0.93 | 0.42 | 0.95273 | 0.90558 | 0.96327 | 0.78566 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv11/confusion_matrix_normalized.png) | `head` |
|
15 |
| head_detect_v1.6_n_yv11 | yolo | 6.44G | 2.59M | 0.92 | 0.385 | 0.95561 | 0.87798 | 0.95086 | 0.76765 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n_yv11/confusion_matrix_normalized.png) | `head` |
|
16 |
| head_detect_v1.6_s_yv9 | yolo | 22.7G | 6.32M | 0.93 | 0.419 | 0.95464 | 0.90425 | 0.9627 | 0.78663 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv9/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv9/confusion_matrix_normalized.png) | `head` |
|
|
|
11 |
|
12 |
| Model | Type | FLOPS | Params | F1 Score | Threshold | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | F1 Plot | Confusion | Labels |
|
13 |
|:-------------------------:|:------:|:-------:|:--------:|:----------:|:-----------:|:--------------:|:-----------:|:----------:|:-------------:|:------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|:--------:|
|
14 |
+
| head_detect_v1.6_x_rtdetr | rtdetr | 232G | 67.3M | 0.93 | 0.559 | 0.95316 | 0.91697 | 0.96556 | 0.76682 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_x_rtdetr/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_x_rtdetr/confusion_matrix_normalized.png) | `head` |
|
15 |
+
| head_detect_v1.6_l_rtdetr | rtdetr | 108G | 32.8M | 0.93 | 0.53 | 0.95113 | 0.90956 | 0.96218 | 0.76201 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_l_rtdetr/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_l_rtdetr/confusion_matrix_normalized.png) | `head` |
|
16 |
| head_detect_v1.6_s_yv11 | yolo | 21.5G | 9.43M | 0.93 | 0.42 | 0.95273 | 0.90558 | 0.96327 | 0.78566 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv11/confusion_matrix_normalized.png) | `head` |
|
17 |
| head_detect_v1.6_n_yv11 | yolo | 6.44G | 2.59M | 0.92 | 0.385 | 0.95561 | 0.87798 | 0.95086 | 0.76765 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n_yv11/confusion_matrix_normalized.png) | `head` |
|
18 |
| head_detect_v1.6_s_yv9 | yolo | 22.7G | 6.32M | 0.93 | 0.419 | 0.95464 | 0.90425 | 0.9627 | 0.78663 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv9/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv9/confusion_matrix_normalized.png) | `head` |
|