IrshadG/Clothes_Pattern_Classification_v2
562
1---2tags:3- image-classification4- pytorch5- huggingpics6metrics:7- accuracy8model-index:9- name: Clothes_Pattern_Classification_v210 results:11 - task:12 name: Image Classification13 type: image-classification14 metrics:15 - name: Accuracy16 type: accuracy17 value: 0.917721509933471718license: mit19language:20- en21---22 23# Clothes_Pattern_Classification_v224 25 26Classification to recognize pattern types in clothes.27Best results if used after cropping the image28Options:29 30'Solid', 31'Stripe', 32'All over pattern', 33'Melange', 34'Metallic', 35'Denim', 36'Colour blocking', 37'Dot',38'Contrast', 39'Check', 40'Chambray',41'Front print', 42'Glittering/Metallic', 43'Placement print', 44'Neps', 45'Embroidery', 46'Lace',47'Argyle', 48'Slub', 49'Mesh', 50'Hologram']51 52## Example Images