Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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` |
|
@@ -10,4 +21,4 @@
|
|
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` |
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
metrics:
|
4 |
+
- f1
|
5 |
+
pipeline_tag: object-detection
|
6 |
+
library_name: dghs-imgutil
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
- anime
|
10 |
+
---
|
11 |
+
|
12 |
| Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
|
13 |
|:------------------:|:-------:|:--------:|:----------:|:-----------:|:-----------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------:|:--------:|
|
14 |
| 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` |
|
|
|
21 |
| 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` |
|
22 |
| 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` |
|
23 |
| 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` |
|
24 |
+
| 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` |
|