narugo commited on
Commit
0c4ab4d
1 Parent(s): 2b673f8

Sync README for deepghs/anime_hand_detection, on 2024-09-24 09:22:36 UTC

Browse files
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ | Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
2
+ |:------------------:|:-------:|:--------:|:----------:|:-----------:|:-----------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------:|:--------:|
3
+ | hand_detect_v1.0_n | 898 | 3.01M | 0.75 | 0.264 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v1.0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v1.0_n/confusion_matrix.png) | `hand` |
4
+ | hand_detect_v1.0_s | 3.49k | 11.1M | 0.79 | 0.395 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v1.0_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v1.0_s/confusion_matrix.png) | `hand` |
5
+ | hand_detect_v0.8_s | 3.49k | 11.1M | 0.79 | 0.389 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.8_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.8_s/confusion_matrix.png) | `hand` |
6
+ | hand_detect_v0.7_s | 3.49k | 11.1M | 0.78 | 0.427 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.7_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.7_s/confusion_matrix.png) | `hand` |
7
+ | hand_detect_v0.6_s | 3.49k | 11.1M | 0.799 | 0.366 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.6_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.6_s/confusion_matrix.png) | `hand` |
8
+ | hand_detect_v0.5_s | 3.49k | 11.1M | 0.77 | 0.326 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.5_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.5_s/confusion_matrix.png) | `hand` |
9
+ | hand_detect_v0.4_s | 3.49k | 11.1M | 0.77 | 0.458 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.4_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.4_s/confusion_matrix.png) | `hand` |
10
+ | hand_detect_v0.3_s | 3.49k | 11.1M | 0.744 | 0.321 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.3_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.3_s/confusion_matrix.png) | `hand` |
11
+ | hand_detect_v0.2_s | 3.49k | 11.1M | 0.74 | 0.331 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.2_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.2_s/confusion_matrix.png) | `hand` |
12
+ | hand_detect_v0.1_s | 3.49k | 11.1M | 0.72 | 0.377 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.1_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.1_s/confusion_matrix.png) | `hand` |
13
+ | hand_detect_v0.1_n | 898 | 3.01M | 0.7 | 0.359 | [plot](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.1_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_hand_detection/blob/main/hand_detect_v0.1_n/confusion_matrix.png) | `hand` |
hand_detect_v0.1_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.1_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.7,
3
+ "threshold": 0.359
4
+ }
hand_detect_v0.1_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.1_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.72,
3
+ "threshold": 0.377
4
+ }
hand_detect_v0.2_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.2_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.74,
3
+ "threshold": 0.331
4
+ }
hand_detect_v0.3_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.3_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.744,
3
+ "threshold": 0.321
4
+ }
hand_detect_v0.4_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.4_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.77,
3
+ "threshold": 0.458
4
+ }
hand_detect_v0.5_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.5_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.77,
3
+ "threshold": 0.326
4
+ }
hand_detect_v0.6_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.6_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.799,
3
+ "threshold": 0.366
4
+ }
hand_detect_v0.7_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.7_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.78,
3
+ "threshold": 0.427
4
+ }
hand_detect_v0.8_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v0.8_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.79,
3
+ "threshold": 0.389
4
+ }
hand_detect_v1.0_n/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v1.0_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.75,
3
+ "threshold": 0.264
4
+ }
hand_detect_v1.0_s/labels.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [
2
+ "hand"
3
+ ]
hand_detect_v1.0_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.79,
3
+ "threshold": 0.395
4
+ }