Update README.md
Browse files
README.md
CHANGED
@@ -4,65 +4,67 @@ metrics:
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
-
Detects cat breed (from the list of 48 common breeds) based on image.
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/cat-breed-image-detection-vit for more details.
|
10 |
|
|
|
|
|
11 |
```
|
12 |
Classification report:
|
13 |
|
14 |
precision recall f1-score support
|
15 |
|
16 |
-
Abyssinian 0.
|
17 |
-
American Bobtail 0.0000 0.0000 0.0000
|
18 |
-
American Curl 0.
|
19 |
-
American Shorthair 0.
|
20 |
-
Applehead Siamese 0.
|
21 |
-
Balinese 0.
|
22 |
-
Bengal 0.
|
23 |
-
Birman 0.
|
24 |
-
Bombay 0.
|
25 |
-
British Shorthair 0.
|
26 |
-
Burmese 0.
|
27 |
-
Calico 0.
|
28 |
-
Cornish Rex 0.
|
29 |
-
Devon Rex 0.
|
30 |
-
Dilute Calico 0.
|
31 |
-
Dilute Tortoiseshell 0.
|
32 |
-
Domestic Long Hair 0.
|
33 |
-
Domestic Medium Hair 0.
|
34 |
-
Domestic Short Hair 0.
|
35 |
-
Egyptian Mau 0.
|
36 |
-
Exotic Shorthair 0.
|
37 |
-
Extra-Toes Cat - Hemingway Polydactyl 0.
|
38 |
-
Havana 0.
|
39 |
-
Himalayan 0.
|
40 |
-
Japanese Bobtail 0.
|
41 |
-
Maine Coon 0.
|
42 |
-
Manx 0.
|
43 |
-
Munchkin 0.0000 0.0000 0.0000
|
44 |
-
Nebelung 0.
|
45 |
-
Norwegian Forest 0.
|
46 |
-
Oriental Short Hair 0.0000 0.0000 0.0000
|
47 |
-
Persian 0.
|
48 |
-
Ragamuffin 0.
|
49 |
-
Ragdoll 0.
|
50 |
-
Russian Blue 0.
|
51 |
-
Scottish Fold 0.
|
52 |
-
Siamese 0.
|
53 |
-
Siberian 0.
|
54 |
-
Snowshoe 0.
|
55 |
-
Sphynx 0.
|
56 |
-
Tabby 0.
|
57 |
-
Tiger 0.
|
58 |
-
Tonkinese 0.
|
59 |
-
Torbie 0.
|
60 |
-
Tortoiseshell 0.
|
61 |
-
Turkish Angora 0.
|
62 |
-
Turkish Van 0.
|
63 |
-
Tuxedo 0.
|
64 |
|
65 |
-
accuracy 0.
|
66 |
-
macro avg 0.
|
67 |
-
weighted avg 0.
|
68 |
```
|
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
+
Detects cat breed (from the list of 48 common breeds) with about 42% accuracy based on image.
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/cat-breed-image-detection-vit for more details.
|
10 |
|
11 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/U3qakhQQetvqW90g2UWOy.png)
|
12 |
+
|
13 |
```
|
14 |
Classification report:
|
15 |
|
16 |
precision recall f1-score support
|
17 |
|
18 |
+
Abyssinian 0.6361 0.7759 0.6991 241
|
19 |
+
American Bobtail 0.0000 0.0000 0.0000 248
|
20 |
+
American Curl 0.6809 0.2550 0.3710 251
|
21 |
+
American Shorthair 0.0000 0.0000 0.0000 248
|
22 |
+
Applehead Siamese 0.3728 0.6064 0.4618 249
|
23 |
+
Balinese 0.4701 0.2614 0.3360 241
|
24 |
+
Bengal 0.5613 0.6616 0.6073 263
|
25 |
+
Birman 0.3917 0.7581 0.5165 248
|
26 |
+
Bombay 0.3054 0.7782 0.4386 248
|
27 |
+
British Shorthair 0.5455 0.2785 0.3687 237
|
28 |
+
Burmese 0.8158 0.1297 0.2238 239
|
29 |
+
Calico 0.4025 0.5394 0.4610 241
|
30 |
+
Cornish Rex 0.5820 0.8560 0.6929 257
|
31 |
+
Devon Rex 0.6458 0.1366 0.2255 227
|
32 |
+
Dilute Calico 0.4589 0.3878 0.4204 245
|
33 |
+
Dilute Tortoiseshell 0.4237 0.5252 0.4690 238
|
34 |
+
Domestic Long Hair 0.3600 0.0684 0.1150 263
|
35 |
+
Domestic Medium Hair 0.0000 0.0000 0.0000 253
|
36 |
+
Domestic Short Hair 0.4706 0.0325 0.0608 246
|
37 |
+
Egyptian Mau 0.4410 0.6569 0.5277 239
|
38 |
+
Exotic Shorthair 0.6333 0.2355 0.3434 242
|
39 |
+
Extra-Toes Cat - Hemingway Polydactyl 0.5000 0.0041 0.0082 243
|
40 |
+
Havana 0.5872 0.7710 0.6667 262
|
41 |
+
Himalayan 0.4856 0.4174 0.4489 242
|
42 |
+
Japanese Bobtail 0.4167 0.0195 0.0372 257
|
43 |
+
Maine Coon 0.2584 0.5000 0.3407 246
|
44 |
+
Manx 0.0000 0.0000 0.0000 262
|
45 |
+
Munchkin 0.0000 0.0000 0.0000 251
|
46 |
+
Nebelung 0.5302 0.8906 0.6647 256
|
47 |
+
Norwegian Forest 0.3478 0.3969 0.3708 262
|
48 |
+
Oriental Short Hair 0.0000 0.0000 0.0000 226
|
49 |
+
Persian 0.5506 0.7597 0.6384 258
|
50 |
+
Ragamuffin 0.5161 0.1255 0.2019 255
|
51 |
+
Ragdoll 0.3253 0.2143 0.2584 252
|
52 |
+
Russian Blue 0.5000 0.8474 0.6289 249
|
53 |
+
Scottish Fold 0.4811 0.6000 0.5340 255
|
54 |
+
Siamese 0.4444 0.1562 0.2312 256
|
55 |
+
Siberian 0.4043 0.1538 0.2229 247
|
56 |
+
Snowshoe 0.4985 0.6760 0.5739 250
|
57 |
+
Sphynx 0.8799 0.9651 0.9205 258
|
58 |
+
Tabby 0.1827 0.2159 0.1979 264
|
59 |
+
Tiger 0.1899 0.5934 0.2877 241
|
60 |
+
Tonkinese 0.4033 0.5850 0.4774 253
|
61 |
+
Torbie 0.4000 0.4411 0.4195 263
|
62 |
+
Tortoiseshell 0.5165 0.8095 0.6306 252
|
63 |
+
Turkish Angora 0.4239 0.5483 0.4781 259
|
64 |
+
Turkish Van 0.2866 0.7500 0.4147 256
|
65 |
+
Tuxedo 0.3407 0.8851 0.4920 261
|
66 |
|
67 |
+
accuracy 0.4248 12000
|
68 |
+
macro avg 0.4097 0.4223 0.3642 12000
|
69 |
+
weighted avg 0.4094 0.4248 0.3658 12000
|
70 |
```
|