Migrasi otomatis
Browse files- .gitattributes +8 -0
- README.md +16 -0
- caformer_s36_v0/meta.json +10 -0
- caformer_s36_v0/metrics.json +7 -0
- caformer_s36_v0/model.ckpt +3 -0
- caformer_s36_v0/model.onnx +3 -0
- caformer_s36_v0/plot_confusion.png +0 -0
- caformer_s36_v0/plot_f1_curve.png +0 -0
- caformer_s36_v0/plot_p_curve.png +0 -0
- caformer_s36_v0/plot_pr_curve.png +0 -0
- caformer_s36_v0/plot_r_curve.png +0 -0
- caformer_s36_v0/plot_roc_curve.png +0 -0
- caformer_s36_v0/plot_sample_face.png +3 -0
- caformer_s36_v0/plot_sample_halfbody.png +3 -0
- caformer_s36_v0/plot_sample_imagery.png +3 -0
- caformer_s36_v0/plot_sample_vision.png +3 -0
- mobilenetv3_v0_dist/meta.json +10 -0
- mobilenetv3_v0_dist/metrics.json +7 -0
- mobilenetv3_v0_dist/model.ckpt +3 -0
- mobilenetv3_v0_dist/model.onnx +3 -0
- mobilenetv3_v0_dist/plot_confusion.png +0 -0
- mobilenetv3_v0_dist/plot_f1_curve.png +0 -0
- mobilenetv3_v0_dist/plot_p_curve.png +0 -0
- mobilenetv3_v0_dist/plot_pr_curve.png +0 -0
- mobilenetv3_v0_dist/plot_r_curve.png +0 -0
- mobilenetv3_v0_dist/plot_roc_curve.png +0 -0
- mobilenetv3_v0_dist/plot_sample_face.png +3 -0
- mobilenetv3_v0_dist/plot_sample_halfbody.png +3 -0
- mobilenetv3_v0_dist/plot_sample_imagery.png +3 -0
- mobilenetv3_v0_dist/plot_sample_vision.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
caformer_s36_v0/plot_sample_face.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
caformer_s36_v0/plot_sample_halfbody.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
caformer_s36_v0/plot_sample_imagery.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
caformer_s36_v0/plot_sample_vision.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
mobilenetv3_v0_dist/plot_sample_face.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
mobilenetv3_v0_dist/plot_sample_halfbody.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
mobilenetv3_v0_dist/plot_sample_imagery.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
mobilenetv3_v0_dist/plot_sample_vision.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- deepghs/bangumi_char_type
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- f1
|
| 8 |
+
pipeline_tag: image-classification
|
| 9 |
+
tags:
|
| 10 |
+
- art
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
| Name | FLOPS | Params | Accuracy | AUC | Confusion | Labels |
|
| 14 |
+
|:-------------------:|:-------:|:--------:|:----------:|:------:|:--------------------------------------------------------------------------------------------------------------:|:---------------------------------------:|
|
| 15 |
+
| caformer_s36_v0 | 22.10G | 37.22M | 94.00% | 0.9913 | [confusion](https://huggingface.co/deepghs/bangumi_char_type/blob/main/caformer_s36_v0/plot_confusion.png) | `vision`, `imagery`, `halfbody`, `face` |
|
| 16 |
+
| mobilenetv3_v0_dist | 0.63G | 4.18M | 94.10% | 0.9922 | [confusion](https://huggingface.co/deepghs/bangumi_char_type/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `vision`, `imagery`, `halfbody`, `face` |
|
caformer_s36_v0/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": [
|
| 3 |
+
"vision",
|
| 4 |
+
"imagery",
|
| 5 |
+
"halfbody",
|
| 6 |
+
"face"
|
| 7 |
+
],
|
| 8 |
+
"name": "caformer_s36.sail_in22k_ft_in1k_384",
|
| 9 |
+
"pretrained": true
|
| 10 |
+
}
|
caformer_s36_v0/metrics.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"AUC": 0.9913175989864633,
|
| 3 |
+
"accuracy": 0.93999795563733,
|
| 4 |
+
"loss": 0.595914562152826,
|
| 5 |
+
"mAP": 0.9771474979851655,
|
| 6 |
+
"step": 16
|
| 7 |
+
}
|
caformer_s36_v0/model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3410869f0605d1e939f8183603a08ea1d5dd147ed236c0cb62b14b5920f55568
|
| 3 |
+
size 169029423
|
caformer_s36_v0/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef86c5e1f4f4f8355470c19041febf33f7c6b914631ffc44755e6e2301bad6bb
|
| 3 |
+
size 149591096
|
caformer_s36_v0/plot_confusion.png
ADDED
|
caformer_s36_v0/plot_f1_curve.png
ADDED
|
caformer_s36_v0/plot_p_curve.png
ADDED
|
caformer_s36_v0/plot_pr_curve.png
ADDED
|
caformer_s36_v0/plot_r_curve.png
ADDED
|
caformer_s36_v0/plot_roc_curve.png
ADDED
|
caformer_s36_v0/plot_sample_face.png
ADDED
|
Git LFS Details
|
caformer_s36_v0/plot_sample_halfbody.png
ADDED
|
Git LFS Details
|
caformer_s36_v0/plot_sample_imagery.png
ADDED
|
Git LFS Details
|
caformer_s36_v0/plot_sample_vision.png
ADDED
|
Git LFS Details
|
mobilenetv3_v0_dist/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": [
|
| 3 |
+
"vision",
|
| 4 |
+
"imagery",
|
| 5 |
+
"halfbody",
|
| 6 |
+
"face"
|
| 7 |
+
],
|
| 8 |
+
"name": "mobilenetv3_large_100",
|
| 9 |
+
"pretrained": true
|
| 10 |
+
}
|
mobilenetv3_v0_dist/metrics.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"AUC": 0.9922403388479744,
|
| 3 |
+
"accuracy": 0.9409945824389246,
|
| 4 |
+
"cls_loss": 0.2315328482578931,
|
| 5 |
+
"mAP": 0.9798879904828184,
|
| 6 |
+
"step": 18
|
| 7 |
+
}
|
mobilenetv3_v0_dist/model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:243aec0e625cc68671aee1962ac2f04f78951d5916e3017853ff9f9bbf4cadea
|
| 3 |
+
size 36661835
|
mobilenetv3_v0_dist/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:000fcd8f488d6b636c21c954626e7551230d710fc2427fb272e2cbafaf47f77e
|
| 3 |
+
size 16832684
|
mobilenetv3_v0_dist/plot_confusion.png
ADDED
|
mobilenetv3_v0_dist/plot_f1_curve.png
ADDED
|
mobilenetv3_v0_dist/plot_p_curve.png
ADDED
|
mobilenetv3_v0_dist/plot_pr_curve.png
ADDED
|
mobilenetv3_v0_dist/plot_r_curve.png
ADDED
|
mobilenetv3_v0_dist/plot_roc_curve.png
ADDED
|
mobilenetv3_v0_dist/plot_sample_face.png
ADDED
|
Git LFS Details
|
mobilenetv3_v0_dist/plot_sample_halfbody.png
ADDED
|
Git LFS Details
|
mobilenetv3_v0_dist/plot_sample_imagery.png
ADDED
|
Git LFS Details
|
mobilenetv3_v0_dist/plot_sample_vision.png
ADDED
|
Git LFS Details
|