Plana-Archive commited on
Commit
28db738
·
verified ·
1 Parent(s): 5a93c38

Migrasi otomatis

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +65 -0
  2. README.md +51 -0
  3. caformer_s36/meta.json +9 -0
  4. caformer_s36/metrics.json +6 -0
  5. caformer_s36/model.ckpt +3 -0
  6. caformer_s36/model.onnx +3 -0
  7. caformer_s36/plot_confusion.png +0 -0
  8. caformer_s36/plot_f1_curve.png +0 -0
  9. caformer_s36/plot_p_curve.png +0 -0
  10. caformer_s36/plot_pr_curve.png +0 -0
  11. caformer_s36/plot_r_curve.png +0 -0
  12. caformer_s36_plus/meta.json +11 -0
  13. caformer_s36_plus/metrics.json +7 -0
  14. caformer_s36_plus/model.ckpt +3 -0
  15. caformer_s36_plus/model.onnx +3 -0
  16. caformer_s36_plus/plot_confusion.png +0 -0
  17. caformer_s36_plus/plot_f1_curve.png +0 -0
  18. caformer_s36_plus/plot_p_curve.png +0 -0
  19. caformer_s36_plus/plot_pr_curve.png +0 -0
  20. caformer_s36_plus/plot_r_curve.png +0 -0
  21. caformer_s36_plus/plot_roc_curve.png +0 -0
  22. caformer_s36_v1.1_focal/meta.json +11 -0
  23. caformer_s36_v1.1_focal/metrics.json +7 -0
  24. caformer_s36_v1.1_focal/model.ckpt +3 -0
  25. caformer_s36_v1.1_focal/model.onnx +3 -0
  26. caformer_s36_v1.1_focal/plot_confusion.png +0 -0
  27. caformer_s36_v1.1_focal/plot_f1_curve.png +0 -0
  28. caformer_s36_v1.1_focal/plot_p_curve.png +0 -0
  29. caformer_s36_v1.1_focal/plot_pr_curve.png +0 -0
  30. caformer_s36_v1.1_focal/plot_r_curve.png +0 -0
  31. caformer_s36_v1.1_focal/plot_roc_curve.png +0 -0
  32. caformer_s36_v1.1_focal/plot_sample_3d.png +3 -0
  33. caformer_s36_v1.1_focal/plot_sample_bangumi.png +3 -0
  34. caformer_s36_v1.1_focal/plot_sample_comic.png +3 -0
  35. caformer_s36_v1.1_focal/plot_sample_illustration.png +3 -0
  36. caformer_s36_v1.1_focal/plot_sample_not_painting.png +3 -0
  37. caformer_s36_v1.2_focal/meta.json +12 -0
  38. caformer_s36_v1.2_focal/metrics.json +7 -0
  39. caformer_s36_v1.2_focal/model.ckpt +3 -0
  40. caformer_s36_v1.2_focal/model.onnx +3 -0
  41. caformer_s36_v1.2_focal/plot_confusion.png +0 -0
  42. caformer_s36_v1.2_focal/plot_f1_curve.png +0 -0
  43. caformer_s36_v1.2_focal/plot_p_curve.png +0 -0
  44. caformer_s36_v1.2_focal/plot_pr_curve.png +0 -0
  45. caformer_s36_v1.2_focal/plot_r_curve.png +0 -0
  46. caformer_s36_v1.2_focal/plot_roc_curve.png +0 -0
  47. caformer_s36_v1.2_focal/plot_sample_3d.png +3 -0
  48. caformer_s36_v1.2_focal/plot_sample_bangumi.png +3 -0
  49. caformer_s36_v1.2_focal/plot_sample_comic.png +3 -0
  50. caformer_s36_v1.2_focal/plot_sample_illustration.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,68 @@ 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_v1/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
37
+ caformer_s36_v1/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
38
+ caformer_s36_v1/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
39
+ caformer_s36_v1/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
40
+ caformer_s36_v1/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
41
+ caformer_s36_v1.1_focal/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
42
+ caformer_s36_v1.1_focal/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
43
+ caformer_s36_v1.1_focal/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
44
+ caformer_s36_v1.1_focal/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
45
+ caformer_s36_v1.1_focal/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
46
+ caformer_s36_v1.2_focal/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
47
+ caformer_s36_v1.2_focal/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
48
+ caformer_s36_v1.2_focal/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
49
+ caformer_s36_v1.2_focal/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
50
+ caformer_s36_v1.2_focal/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
51
+ caformer_s36_v1.3_focal/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
52
+ caformer_s36_v1.3_focal/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
53
+ caformer_s36_v1.3_focal/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
54
+ caformer_s36_v1.3_focal/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
55
+ caformer_s36_v1.3_focal/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
56
+ caformer_s36_v1.4_focal/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
57
+ caformer_s36_v1.4_focal/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
58
+ caformer_s36_v1.4_focal/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
59
+ caformer_s36_v1.4_focal/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
60
+ caformer_s36_v1.4_focal/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
61
+ caformer_s36_v1.4_focal_fixed/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
62
+ caformer_s36_v1.4_focal_fixed/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
63
+ caformer_s36_v1.4_focal_fixed/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
64
+ caformer_s36_v1.4_focal_fixed/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
65
+ caformer_s36_v1.4_focal_fixed/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
66
+ caformer_s36_v1.4_focal_fp32/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
67
+ caformer_s36_v1.4_focal_fp32/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
68
+ caformer_s36_v1.4_focal_fp32/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
69
+ caformer_s36_v1.4_focal_fp32/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
70
+ caformer_s36_v1.4_focal_fp32/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
71
+ caformer_s36_v1.5_focal/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
72
+ caformer_s36_v1.5_focal/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
73
+ caformer_s36_v1.5_focal/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
74
+ caformer_s36_v1.5_focal/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
75
+ caformer_s36_v1.5_focal/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
76
+ mobilenetv3_v1.2_dist/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
77
+ mobilenetv3_v1.2_dist/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
78
+ mobilenetv3_v1.2_dist/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
79
+ mobilenetv3_v1.2_dist/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
80
+ mobilenetv3_v1.2_dist/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
81
+ mobilenetv3_v1.3_dist/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
82
+ mobilenetv3_v1.3_dist/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
83
+ mobilenetv3_v1.3_dist/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
84
+ mobilenetv3_v1.3_dist/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
85
+ mobilenetv3_v1.3_dist/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
86
+ mobilenetv3_v1.4_dist/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
87
+ mobilenetv3_v1.4_dist/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
88
+ mobilenetv3_v1.4_dist/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
89
+ mobilenetv3_v1.4_dist/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
90
+ mobilenetv3_v1.4_dist/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
91
+ mobilenetv3_v1.5_dist/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
92
+ mobilenetv3_v1.5_dist/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
93
+ mobilenetv3_v1.5_dist/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
94
+ mobilenetv3_v1.5_dist/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
95
+ mobilenetv3_v1.5_dist/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
96
+ mobilenetv3_v1_dist/plot_sample_3d.png filter=lfs diff=lfs merge=lfs -text
97
+ mobilenetv3_v1_dist/plot_sample_bangumi.png filter=lfs diff=lfs merge=lfs -text
98
+ mobilenetv3_v1_dist/plot_sample_comic.png filter=lfs diff=lfs merge=lfs -text
99
+ mobilenetv3_v1_dist/plot_sample_illustration.png filter=lfs diff=lfs merge=lfs -text
100
+ mobilenetv3_v1_dist/plot_sample_not_painting.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - deepghs/anime_classification
5
+ metrics:
6
+ - accuracy
7
+ pipeline_tag: image-classification
8
+ tags:
9
+ - art
10
+ ---
11
+
12
+ The model used to predict the types of anime images, which includes the following four categories:
13
+ * 3D: Images rendered in 3D, including Mikumikudance, Koikatsu, etc.
14
+ * Bangumi: Screenshots from anime videos.
15
+ * Comic: Images of manga that contain a significant amount of text or panel sequences.
16
+ * Illustration: General anime illustrations.
17
+ * Not Painting: (Only available in new models) Any content that cannot be called a painting, such as artist promotional posts, game screenshots, chat logs, etc.
18
+
19
+ | Name | FLOPS | Params | Accuracy | AUC | Confusion | Labels |
20
+ |:-----------------------------:|:-------:|:--------:|:----------:|:------:|:---------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|
21
+ | mobilenetv3_v1.5_dist | 0.63G | 4.18M | 94.56% | 0.9946 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_v1.5_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
22
+ | caformer_s36_v1.5_focal | 22.10G | 37.22M | 95.06% | 0.9957 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.5_focal/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
23
+ | caformer_s36_v1.4_focal_fixed | 22.10G | 37.22M | 96.21% | 0.9971 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.4_focal_fixed/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
24
+ | caformer_s36_v1.4_focal_fp32 | 22.10G | 37.22M | 95.98% | 0.9969 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.4_focal_fp32/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
25
+ | mobilenetv3_v1.4_dist | 0.63G | 4.18M | 94.77% | 0.9950 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_v1.4_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
26
+ | caformer_s36_v1.4_focal | 22.10G | 37.22M | 95.82% | 0.9967 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.4_focal/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
27
+ | mobilenetv3_v1.3_dist | 0.63G | 4.18M | 96.41% | 0.9973 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_v1.3_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
28
+ | caformer_s36_v1.3_focal | 22.10G | 37.22M | 97.16% | 0.9982 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.3_focal/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
29
+ | mobilenetv3_v1.2_dist | 0.63G | 4.18M | 96.53% | 0.9972 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_v1.2_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
30
+ | caformer_s36_v1.2_focal | 22.10G | 37.22M | 97.23% | 0.9982 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.2_focal/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
31
+ | caformer_s36_v1.1_focal | 22.10G | 37.22M | 95.99% | 0.9967 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1.1_focal/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
32
+ | mobilenetv3_v1_dist | 0.63G | 4.18M | 94.04% | 0.9928 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_v1_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
33
+ | caformer_s36_v1 | 22.10G | 37.22M | 94.72% | 0.9934 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_v1/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration`, `not_painting` |
34
+ | mobilenetv3_dist | 0.63G | 4.18M | 91.98% | 0.9879 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
35
+ | mobilenetv3_sce_dist | 0.63G | 4.18M | 92.35% | 0.9854 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_sce_dist/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
36
+ | caformer_s36_plus | 22.10G | 37.22M | 93.47% | 0.9891 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_plus/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
37
+ | mobilenetv3 | 0.63G | 4.18M | 88.96% | N/A | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
38
+ | mobilevitv2_150 | 9.09G | 9.79M | 88.21% | N/A | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilevitv2_150/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
39
+ | mobilenetv3_sce | 0.63G | 4.18M | 89.92% | 0.9786 | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_sce/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
40
+ | caformer_s36 | 22.10G | 37.22M | 88.19% | N/A | [confusion](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36/plot_confusion.png) | `3d`, `bangumi`, `comic`, `illustration` |
41
+
42
+ | Model | FLOPs | Accuracy | Confusion Matrix | Description |
43
+ |:--------------------:|:------:|:--------:|:-------------------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------|
44
+ | caformer_s36 | 22.10G | 88.19% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36/plot_confusion.png) | Model: caformer_s36 from timm |
45
+ | caformer_s36_plus | 22.10G | 93.47% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/caformer_s36_plus/plot_confusion.png) | Model: caformer_s36.sail_in22k_ft_in1k_384 pratrained from timm |
46
+ | mobilenetv3 | 0.63G | 88.96% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3/plot_confusion.png) | Model: mobilenetv3_large_100 from timm |
47
+ | mobilenetv3_dist | 0.63G | 91.98% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_dist/plot_confusion.png) | Distrillated from caformer_s36_plus, using mobilenetv3_large_100 with focal loss |
48
+ | mobilenetv3_sce | 0.63G | 89.92% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_sce/plot_confusion.png) | Model: mobilenetv3_large_100 from timm, use SCELoss as loss function |
49
+ | mobilenetv3_sce_dist | 0.63G | 92.35% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/mobilenetv3_sce_dist/plot_confusion.png) | Distrillated from caformer_s36_plus, using mobilenetv3_large_100 with SCELoss |
50
+ | mobilevitv2_150 | 9.09G | 88.21% | [Confusion Matrix](https://huggingface.co/deepghs/anime_classification/blob/main/mobilevitv2_150/plot_confusion.png) | Model: mobilevitv2_150 from timm |
51
+
caformer_s36/meta.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "3d",
4
+ "bangumi",
5
+ "comic",
6
+ "illustration"
7
+ ],
8
+ "name": "caformer_s36"
9
+ }
caformer_s36/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.8818713450292398,
3
+ "loss": 0.16752268261336095,
4
+ "mAP": 0.8918209060753464,
5
+ "step": 119
6
+ }
caformer_s36/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c39f092f400d055aafd8784018f183745ea43119deab91636956259b0f9d18
3
+ size 160106351
caformer_s36/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b121a485f36f9d7f597f40f59d263dbd9df95c58044da342fd91f971c1b2bbae
3
+ size 149591096
caformer_s36/plot_confusion.png ADDED
caformer_s36/plot_f1_curve.png ADDED
caformer_s36/plot_p_curve.png ADDED
caformer_s36/plot_pr_curve.png ADDED
caformer_s36/plot_r_curve.png ADDED
caformer_s36_plus/meta.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "drop_path_rate": 0.4,
3
+ "labels": [
4
+ "3d",
5
+ "bangumi",
6
+ "comic",
7
+ "illustration"
8
+ ],
9
+ "name": "caformer_s36.sail_in22k_ft_in1k_384",
10
+ "pretrained": true
11
+ }
caformer_s36_plus/metrics.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9890975934221111,
3
+ "accuracy": 0.9347368421052632,
4
+ "loss": 0.6471600571282382,
5
+ "mAP": 0.9707384114929994,
6
+ "step": 18
7
+ }
caformer_s36_plus/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76135da935f06cc0fe2884cc449dcd4f49e83c876eeea143bd80d142bf15180a
3
+ size 162247855
caformer_s36_plus/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4ac52e54d5813543f8bde35aa8ef782ef13fda96bfa6f5e08a15e9205e287f
3
+ size 149591096
caformer_s36_plus/plot_confusion.png ADDED
caformer_s36_plus/plot_f1_curve.png ADDED
caformer_s36_plus/plot_p_curve.png ADDED
caformer_s36_plus/plot_pr_curve.png ADDED
caformer_s36_plus/plot_r_curve.png ADDED
caformer_s36_plus/plot_roc_curve.png ADDED
caformer_s36_v1.1_focal/meta.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "3d",
4
+ "bangumi",
5
+ "comic",
6
+ "illustration",
7
+ "not_painting"
8
+ ],
9
+ "name": "caformer_s36.sail_in22k_ft_in1k_384",
10
+ "pretrained": true
11
+ }
caformer_s36_v1.1_focal/metrics.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9966973848958218,
3
+ "accuracy": 0.9599294979482801,
4
+ "loss": 0.05700108888920142,
5
+ "mAP": 0.9890328186226698,
6
+ "step": 15
7
+ }
caformer_s36_v1.1_focal/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6328e4efb25ec56f0e9be88f54279122bee085057fb278149dff2b0489e9bbd2
3
+ size 172867695
caformer_s36_v1.1_focal/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d294c431b9c22ff999f2d832fe1272d31947600168f6e54328f779aae47005
3
+ size 149599292
caformer_s36_v1.1_focal/plot_confusion.png ADDED
caformer_s36_v1.1_focal/plot_f1_curve.png ADDED
caformer_s36_v1.1_focal/plot_p_curve.png ADDED
caformer_s36_v1.1_focal/plot_pr_curve.png ADDED
caformer_s36_v1.1_focal/plot_r_curve.png ADDED
caformer_s36_v1.1_focal/plot_roc_curve.png ADDED
caformer_s36_v1.1_focal/plot_sample_3d.png ADDED

Git LFS Details

  • SHA256: 01c4ef4aad3df4ecda75694e2035ea20e81b210475e65e9f8128330c0a90e22d
  • Pointer size: 131 Bytes
  • Size of remote file: 422 kB
caformer_s36_v1.1_focal/plot_sample_bangumi.png ADDED

Git LFS Details

  • SHA256: cb17eb2d357919ebb3ab235c8294b899749b8c356e21099e0ca500ab1de7de1d
  • Pointer size: 131 Bytes
  • Size of remote file: 405 kB
caformer_s36_v1.1_focal/plot_sample_comic.png ADDED

Git LFS Details

  • SHA256: 4fb6903eb256e9dabdc2b0397a9606bde1d0ba824431c550f3d6938622f3aa46
  • Pointer size: 131 Bytes
  • Size of remote file: 286 kB
caformer_s36_v1.1_focal/plot_sample_illustration.png ADDED

Git LFS Details

  • SHA256: 1a94c1c878598dfe91d2c3249106f252424f8c2d865dd43b570c0fabc4ad05c7
  • Pointer size: 131 Bytes
  • Size of remote file: 423 kB
caformer_s36_v1.1_focal/plot_sample_not_painting.png ADDED

Git LFS Details

  • SHA256: e4d8514cb8a1b3cd38aebeb484b321c15e35b29df7836c3a05f6c4991f1750fd
  • Pointer size: 131 Bytes
  • Size of remote file: 371 kB
caformer_s36_v1.2_focal/meta.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "drop_path_rate": 0.4,
3
+ "labels": [
4
+ "3d",
5
+ "bangumi",
6
+ "comic",
7
+ "illustration",
8
+ "not_painting"
9
+ ],
10
+ "name": "caformer_s36.sail_in22k_ft_in1k_384",
11
+ "pretrained": true
12
+ }
caformer_s36_v1.2_focal/metrics.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9981806671488622,
3
+ "accuracy": 0.9722780588014402,
4
+ "loss": 0.04507270133700301,
5
+ "mAP": 0.9943015890456627,
6
+ "step": 50
7
+ }
caformer_s36_v1.2_focal/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b65908713cabbfc3817fedbef0320f2f0861433294452a82eac9385e145780
3
+ size 172934895
caformer_s36_v1.2_focal/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:323656348b9d9ae3a758a00a88e6c73e84c043f087f465bf81799a379fe6aa22
3
+ size 149599292
caformer_s36_v1.2_focal/plot_confusion.png ADDED
caformer_s36_v1.2_focal/plot_f1_curve.png ADDED
caformer_s36_v1.2_focal/plot_p_curve.png ADDED
caformer_s36_v1.2_focal/plot_pr_curve.png ADDED
caformer_s36_v1.2_focal/plot_r_curve.png ADDED
caformer_s36_v1.2_focal/plot_roc_curve.png ADDED
caformer_s36_v1.2_focal/plot_sample_3d.png ADDED

Git LFS Details

  • SHA256: 22b2c3fd667c46a911789d31ad5cafd4763e0bf4f40f3993669cde2250f790fc
  • Pointer size: 131 Bytes
  • Size of remote file: 375 kB
caformer_s36_v1.2_focal/plot_sample_bangumi.png ADDED

Git LFS Details

  • SHA256: ca91c8e69c9a39d52935e36827966a27ee18a102bf81d1df1eca62e70bb0bc92
  • Pointer size: 131 Bytes
  • Size of remote file: 412 kB
caformer_s36_v1.2_focal/plot_sample_comic.png ADDED

Git LFS Details

  • SHA256: 2bdca2163b417b441bc6d20492a3d1cfb42020da6d6935ac2c3a17d74a30f72a
  • Pointer size: 131 Bytes
  • Size of remote file: 345 kB
caformer_s36_v1.2_focal/plot_sample_illustration.png ADDED

Git LFS Details

  • SHA256: b728b2ab057434919cbb6298fb0739a4644569a68eb8fda51527729e63a25e4a
  • Pointer size: 131 Bytes
  • Size of remote file: 403 kB