Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ tags:
|
|
10 |
- art
|
11 |
---
|
12 |
|
13 |
-
|
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
10 |
- art
|
11 |
---
|
12 |
|
13 |
+
| Name | FLOPS | Params | Accuracy | AUC | Confusion | Labels |
|
14 |
+
|:-------------------------:|:-------:|:--------:|:----------:|:------:|:-----------------------------------------------------------------------------------------------------------------:|:----------------------------:|
|
15 |
+
| caformer_s36_v0 | 22.10G | 37.22M | 98.10% | 0.9977 | [confusion](https://huggingface.co/deepghs/anime_portrait/blob/main/caformer_s36_v0/plot_confusion.png) | `person`, `halfbody`, `head` |
|
16 |
+
| mobilenetv3_small_v0_dist | 0.16G | 1.51M | 97.44% | 0.9972 | [confusion](https://huggingface.co/deepghs/anime_portrait/blob/main/mobilenetv3_small_v0_dist/plot_confusion.png) | `person`, `halfbody`, `head` |
|
17 |
+
| mobilenetv3_v0_dist | 0.63G | 4.18M | 97.98% | 0.9983 | [confusion](https://huggingface.co/deepghs/anime_portrait/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `person`, `halfbody`, `head` |
|