narugo commited on
Commit
06604fe
1 Parent(s): 3d60124

Sync README for deepghs/anime_head_detection, on 2024-10-19 12:51:17 CST

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -11,6 +11,16 @@ 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_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` |
 
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_v2.0_x_yv11 | yolo | 195G | 56.9M | 0.93 | 0.458 | 0.95942 | 0.90938 | 0.96853 | 0.78938 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_x_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_x_yv11/confusion_matrix_normalized.png) | `head` |
15
+ | head_detect_v2.0_l_yv11 | yolo | 87.3G | 25.3M | 0.93 | 0.432 | 0.95557 | 0.90905 | 0.9661 | 0.78709 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_l_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_l_yv11/confusion_matrix_normalized.png) | `head` |
16
+ | head_detect_v2.0_m_yv11 | yolo | 68.2G | 20.1M | 0.93 | 0.42 | 0.95383 | 0.90658 | 0.96485 | 0.78511 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_m_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_m_yv11/confusion_matrix_normalized.png) | `head` |
17
+ | head_detect_v2.0_s_yv11 | yolo | 21.5G | 9.43M | 0.92 | 0.383 | 0.954 | 0.89512 | 0.95789 | 0.77753 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_s_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_s_yv11/confusion_matrix_normalized.png) | `head` |
18
+ | head_detect_v2.0_n_yv11 | yolo | 6.44G | 2.59M | 0.91 | 0.365 | 0.94815 | 0.87169 | 0.9452 | 0.75835 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_n_yv11/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_n_yv11/confusion_matrix_normalized.png) | `head` |
19
+ | head_detect_v2.0_x | yolo | 227G | 61.6M | 0.93 | 0.459 | 0.95378 | 0.91123 | 0.96593 | 0.78767 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_x/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_x/confusion_matrix_normalized.png) | `head` |
20
+ | head_detect_v2.0_l | yolo | 146G | 39.5M | 0.93 | 0.379 | 0.95124 | 0.91264 | 0.96458 | 0.78627 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_l/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_l/confusion_matrix_normalized.png) | `head` |
21
+ | head_detect_v2.0_m | yolo | 79.1G | 25.9M | 0.93 | 0.397 | 0.95123 | 0.90701 | 0.96403 | 0.78342 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_m/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_m/confusion_matrix_normalized.png) | `head` |
22
+ | head_detect_v2.0_s | yolo | 28.6G | 11.1M | 0.92 | 0.413 | 0.95556 | 0.89197 | 0.95799 | 0.77833 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_s/confusion_matrix_normalized.png) | `head` |
23
+ | head_detect_v2.0_n | yolo | 8.19G | 3.01M | 0.91 | 0.368 | 0.94633 | 0.87046 | 0.94361 | 0.75764 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v2.0_n/confusion_matrix_normalized.png) | `head` |
24
  | 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` |
25
  | 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` |
26
  | 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` |