File size: 1,450 Bytes
91f3b93 923c98a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: mit
datasets:
- deepghs/anime_ch_hair_length
metrics:
- accuracy
- f1
pipeline_tag: image-classification
tags:
- art
---
| Name | FLOPS | Params | Accuracy | AUC | Confusion | Labels |
|:-------------------:|:-------:|:--------:|:----------:|:------:|:-----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------:|
| caformer_s36_raw | 22.10G | 37.22M | 66.85% | 0.9133 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_length/blob/main/caformer_s36_raw/plot_confusion.png) | `bald`, `very_short`, `short`, `medium`, `long`, `very_long`, `absurdly_long` |
| caformer_s36_v0 | 22.10G | 37.22M | 68.60% | 0.9095 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_length/blob/main/caformer_s36_v0/plot_confusion.png) | `O`, `XS`, `S`, `M`, `L`, `XL` |
| mobilenetv3_v0_dist | 0.63G | 4.18M | 65.91% | 0.9026 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_length/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `O`, `XS`, `S`, `M`, `L`, `XL` |
|