narugo commited on
Commit
e39c744
1 Parent(s): 1fc6990

Sync README for deepghs/anime_person_detection, on 2024-09-24 09:26:50 UTC

Browse files
README.md CHANGED
@@ -7,4 +7,16 @@ 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
+ | person_detect_v1.2_s | 3.49k | 11.1M | 0.86 | 0.295 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.2_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.2_s/confusion_matrix.png) | `person` |
15
+ | person_detect_v1.3_s | 3.49k | 11.1M | 0.86 | 0.324 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.3_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.3_s/confusion_matrix.png) | `person` |
16
+ | person_detect_v0_x | 31.3k | 68.1M | N/A | N/A | N/A | N/A | `person` |
17
+ | person_detect_v0_m | 9.53k | 25.8M | 0.85 | 0.424 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v0_m/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v0_m/confusion_matrix.png) | `person` |
18
+ | person_detect_v0_s | 3.49k | 11.1M | N/A | N/A | N/A | N/A | `person` |
19
+ | person_detect_v1.1_s | 3.49k | 11.1M | 0.86 | 0.384 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.1_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.1_s/confusion_matrix.png) | `person` |
20
+ | person_detect_v1.1_n | 898 | 3.01M | 0.85 | 0.327 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.1_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.1_n/confusion_matrix.png) | `person` |
21
+ | person_detect_v1.1_m | 9.53k | 25.8M | 0.87 | 0.348 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.1_m/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1.1_m/confusion_matrix.png) | `person` |
22
+ | person_detect_v1_m | 9.53k | 25.8M | 0.86 | 0.351 | [plot](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1_m/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_person_detection/blob/main/person_detect_v1_m/confusion_matrix.png) | `person` |
person_detect_v0_m/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v0_m/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.85,
3
+ "threshold": 0.424
4
+ }
person_detect_v0_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v0_x/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1.1_m/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1.1_m/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.87,
3
+ "threshold": 0.348
4
+ }
person_detect_v1.1_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1.1_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.85,
3
+ "threshold": 0.327
4
+ }
person_detect_v1.1_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1.1_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.86,
3
+ "threshold": 0.384
4
+ }
person_detect_v1.2_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1.2_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.86,
3
+ "threshold": 0.295
4
+ }
person_detect_v1.3_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1.3_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.86,
3
+ "threshold": 0.324
4
+ }
person_detect_v1_m/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "person"
3
+ ]
person_detect_v1_m/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.86,
3
+ "threshold": 0.351
4
+ }