narugo commited on
Commit
95e21f4
1 Parent(s): 94f11e9

Sync README for deepghs/anime_halfbody_detection, on 2024-09-24 09:19:48 UTC

Browse files
README.md CHANGED
@@ -5,4 +5,12 @@ datasets:
5
  pipeline_tag: object-detection
6
  tags:
7
  - art
8
- ---
 
 
 
 
 
 
 
 
 
5
  pipeline_tag: object-detection
6
  tags:
7
  - art
8
+ ---
9
+
10
+ | Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
11
+ |:----------------------:|:-------:|:--------:|:----------:|:-----------:|:-------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|:----------:|
12
+ | halfbody_detect_v1.0_n | 898 | 3.01M | 0.94 | 0.512 | [plot](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v1.0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v1.0_n/confusion_matrix.png) | `halfbody` |
13
+ | halfbody_detect_v1.0_s | 3.49k | 11.1M | 0.95 | 0.577 | [plot](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v1.0_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v1.0_s/confusion_matrix.png) | `halfbody` |
14
+ | halfbody_detect_v0.4_s | 3.49k | 11.1M | 0.93 | 0.517 | [plot](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v0.4_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v0.4_s/confusion_matrix.png) | `halfbody` |
15
+ | halfbody_detect_v0.3_s | 3.49k | 11.1M | 0.92 | 0.222 | [plot](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v0.3_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v0.3_s/confusion_matrix.png) | `halfbody` |
16
+ | halfbody_detect_v0.2_s | 3.49k | 11.1M | 0.94 | 0.548 | [plot](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v0.2_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_halfbody_detection/blob/main/halfbody_detect_v0.2_s/confusion_matrix.png) | `halfbody` |
halfbody_detect_v0.2_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "halfbody"
3
+ ]
halfbody_detect_v0.2_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.94,
3
+ "threshold": 0.548
4
+ }
halfbody_detect_v0.3_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "halfbody"
3
+ ]
halfbody_detect_v0.3_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.92,
3
+ "threshold": 0.222
4
+ }
halfbody_detect_v0.4_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "halfbody"
3
+ ]
halfbody_detect_v0.4_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.93,
3
+ "threshold": 0.517
4
+ }
halfbody_detect_v1.0_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "halfbody"
3
+ ]
halfbody_detect_v1.0_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.94,
3
+ "threshold": 0.512
4
+ }
halfbody_detect_v1.0_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "halfbody"
3
+ ]
halfbody_detect_v1.0_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.95,
3
+ "threshold": 0.577
4
+ }