narugo commited on
Commit
708f79b
1 Parent(s): 0f8843b

Sync README for deepghs/anime_head_detection, on 2024-10-04 20:20:51 CST

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
 
12
  | Model | 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 | 3.49k | 11.1M | 0.93 | 0.381 | 0.95333 | 0.90587 | 0.96241 | 0.78688 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s/confusion_matrix_normalized.png) | `head` |
15
  | head_detect_v1.6_n | 898 | 3.01M | 0.92 | 0.38 | 0.94835 | 0.88436 | 0.95051 | 0.76766 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n/confusion_matrix_normalized.png) | `head` |
16
  | head_detect_v1.5_s | 3.49k | 11.1M | 0.94 | 0.453 | 0.96014 | 0.92275 | 0.96829 | 0.80674 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.5_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.5_s/confusion_matrix_normalized.png) | `head` |
 
11
 
12
  | Model | 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_yv10 | 2.95k | 8.04M | 0.93 | 0.406 | 0.95424 | 0.90074 | 0.96201 | 0.78713 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv10/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s_yv10/confusion_matrix_normalized.png) | `head` |
15
+ | head_detect_v1.6_n_yv10 | 908 | 2.69M | 0.91 | 0.374 | 0.94845 | 0.87492 | 0.9503 | 0.77059 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n_yv10/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n_yv10/confusion_matrix_normalized.png) | `head` |
16
  | head_detect_v1.6_s | 3.49k | 11.1M | 0.93 | 0.381 | 0.95333 | 0.90587 | 0.96241 | 0.78688 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_s/confusion_matrix_normalized.png) | `head` |
17
  | head_detect_v1.6_n | 898 | 3.01M | 0.92 | 0.38 | 0.94835 | 0.88436 | 0.95051 | 0.76766 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.6_n/confusion_matrix_normalized.png) | `head` |
18
  | head_detect_v1.5_s | 3.49k | 11.1M | 0.94 | 0.453 | 0.96014 | 0.92275 | 0.96829 | 0.80674 | [plot](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.5_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_head_detection/blob/main/head_detect_v1.5_s/confusion_matrix_normalized.png) | `head` |