Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ tags:
|
|
5 |
- huggingpics
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
|
9 |
model-index:
|
10 |
- name: Clothes_Pattern_Classification_v2
|
11 |
results:
|
@@ -13,15 +12,50 @@ model-index:
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
metrics:
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Clothes_Pattern_Classification_v2
|
22 |
|
23 |
|
24 |
-
Classification to recognize pattern types in clothes
|
|
|
|
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Example Images
|
|
|
5 |
- huggingpics
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
8 |
model-index:
|
9 |
- name: Clothes_Pattern_Classification_v2
|
10 |
results:
|
|
|
12 |
name: Image Classification
|
13 |
type: image-classification
|
14 |
metrics:
|
15 |
+
- name: Accuracy
|
16 |
+
type: accuracy
|
17 |
+
value: 0.9177215099334717
|
18 |
+
license: mit
|
19 |
+
language:
|
20 |
+
- en
|
21 |
---
|
22 |
|
23 |
# Clothes_Pattern_Classification_v2
|
24 |
|
25 |
|
26 |
+
Classification to recognize pattern types in clothes.
|
27 |
+
Best results of used after cropping the image
|
28 |
+
Options:
|
29 |
|
30 |
+
'Solid',
|
31 |
+
'Stripe',
|
32 |
+
'All over pattern',
|
33 |
+
'Melange',
|
34 |
+
'Transparent',
|
35 |
+
'Metallic',
|
36 |
+
'Application/3D',
|
37 |
+
'Denim',
|
38 |
+
'Colour blocking',
|
39 |
+
'Dot',
|
40 |
+
'Other structure',
|
41 |
+
'Contrast',
|
42 |
+
'Treatment',
|
43 |
+
'Check',
|
44 |
+
'Chambray',
|
45 |
+
'Front print',
|
46 |
+
'Glittering/Metallic',
|
47 |
+
'Mixed solid/pattern',
|
48 |
+
'Placement print',
|
49 |
+
'Other pattern',
|
50 |
+
'Neps',
|
51 |
+
'Embroidery',
|
52 |
+
'Lace',
|
53 |
+
'Jacquard',
|
54 |
+
'Unknown',
|
55 |
+
'Argyle',
|
56 |
+
'Slub',
|
57 |
+
'Mesh',
|
58 |
+
'Sequin',
|
59 |
+
'Hologram']
|
60 |
|
61 |
## Example Images
|