narugo commited on
Commit
784dc4c
1 Parent(s): 5cd298c

Sync README for deepghs/anime_face_detection, on 2024-09-24 09:12:05 UTC

Browse files
README.md CHANGED
@@ -7,4 +7,18 @@ metrics:
7
  pipeline_tag: object-detection
8
  tags:
9
  - art
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pipeline_tag: object-detection
8
  tags:
9
  - art
10
+ ---
11
+
12
+ | Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
13
+ |:------------------:|:-------:|:--------:|:----------:|:-----------:|:-----------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------:|:--------:|
14
+ | face_detect_v1.4_n | 898 | 3.01M | 0.94 | 0.278 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.4_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.4_n/confusion_matrix.png) | `face` |
15
+ | face_detect_v1.4_s | 3.49k | 11.1M | 0.95 | 0.307 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.4_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.4_s/confusion_matrix.png) | `face` |
16
+ | face_detect_v1.3_n | 898 | 3.01M | 0.93 | 0.305 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.3_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.3_n/confusion_matrix.png) | `face` |
17
+ | face_detect_v1.2_s | 3.49k | 11.1M | 0.93 | 0.222 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.2_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.2_s/confusion_matrix.png) | `face` |
18
+ | face_detect_v1.3_s | 3.49k | 11.1M | 0.93 | 0.259 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.3_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.3_s/confusion_matrix.png) | `face` |
19
+ | face_detect_v1_s | 3.49k | 11.1M | 0.95 | 0.446 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1_s/confusion_matrix.png) | `face` |
20
+ | face_detect_v1_n | 898 | 3.01M | 0.95 | 0.458 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1_n/confusion_matrix.png) | `face` |
21
+ | face_detect_v0_n | 898 | 3.01M | 0.97 | 0.428 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v0_n/confusion_matrix.png) | `face` |
22
+ | face_detect_v0_s | 3.49k | 11.1M | N/A | N/A | N/A | N/A | `face` |
23
+ | face_detect_v1.1_n | 898 | 3.01M | 0.94 | 0.373 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.1_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.1_n/confusion_matrix.png) | `face` |
24
+ | face_detect_v1.1_s | 3.49k | 11.1M | 0.94 | 0.405 | [plot](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.1_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_face_detection/blob/main/face_detect_v1.1_s/confusion_matrix.png) | `face` |
face_detect_v0_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v0_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.97,
3
+ "threshold": 0.428
4
+ }
face_detect_v0_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.1_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.1_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.94,
3
+ "threshold": 0.373
4
+ }
face_detect_v1.1_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.1_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.94,
3
+ "threshold": 0.405
4
+ }
face_detect_v1.2_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.2_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.93,
3
+ "threshold": 0.222
4
+ }
face_detect_v1.3_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.3_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.93,
3
+ "threshold": 0.305
4
+ }
face_detect_v1.3_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.3_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.93,
3
+ "threshold": 0.259
4
+ }
face_detect_v1.4_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.4_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.94,
3
+ "threshold": 0.278
4
+ }
face_detect_v1.4_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1.4_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.95,
3
+ "threshold": 0.307
4
+ }
face_detect_v1_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.95,
3
+ "threshold": 0.458
4
+ }
face_detect_v1_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "face"
3
+ ]
face_detect_v1_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.95,
3
+ "threshold": 0.446
4
+ }