hlky commited on
Commit
9801e7a
1 Parent(s): 1834ff4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Jean Paul Gaultier
2
+
3
+ First in a series of fashion datasets.
4
+
5
+ ## Source
6
+
7
+ Jean Paul Gaultier's [webshop](https://fashion.jeanpaulgaultier.com/)
8
+
9
+ ## Content + example
10
+
11
+ Product metadata and images
12
+
13
+ ```
14
+ {
15
+ "id": "gid://shopify/Product/9119640486225",
16
+ "lang": "en",
17
+ "name": "The Silver 56-8171 Sunglasses",
18
+ "descriptions": "EYEWEAR CollectionSunglasses with round silver frames, spring detail on temples and Jean Paul et Gaultier logo.",
19
+ "category": "",
20
+ "colors": [
21
+ "Silver"
22
+ ],
23
+ "locale": "en",
24
+ "handle": "the-silver-56-8171-sunglasses",
25
+ "price": 470,
26
+ "filterCategories": [
27
+ "eyewear-jean-paul-gaultier"
28
+ ],
29
+ "productImage": "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-1_aeac7371-7660-471b-83b5-64a2755260b2.jpg?auto=compress&width=200",
30
+ "publicationDate": 1716456635000,
31
+ "sizes": [
32
+ {
33
+ "id": "gid://shopify/ProductVariant/48543855477073",
34
+ "sku": "24/30-U-LU008-X055-91",
35
+ "title": "TU",
36
+ "availableForSale": true,
37
+ "compareAtPrice": null,
38
+ "price": {
39
+ "amount": 470,
40
+ "currencyCode": "GBP",
41
+ "formattedPrice": "£470.00"
42
+ }
43
+ }
44
+ ],
45
+ "objectID": "9119640486225",
46
+ "withSlider": true,
47
+ "link": {
48
+ "href": "/products/the-silver-56-8171-sunglasses"
49
+ },
50
+ "sku": "24/30-U-LU008-X055-91",
51
+ "formattedPrice": "£470.00",
52
+ "color": "Silver",
53
+ "primaryColor": null,
54
+ "compareAtPrice": null,
55
+ "productLine": null,
56
+ "gender": null,
57
+ "type": "",
58
+ "edition": null,
59
+ "uid": "the-silver-56-8171-sunglasses",
60
+ "exclusivity": false,
61
+ "preOrder": false,
62
+ "tag": null,
63
+ "collection": "",
64
+ "image": "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-1_aeac7371-7660-471b-83b5-64a2755260b2.jpg",
65
+ "images": [
66
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-Details-1_3c733645-c3ff-4476-ac51-62e3402a00bc.jpg",
67
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91_01_465fb690-eac5-4844-b4eb-0a1c8c89aed3.jpg",
68
+ "https://cdn.shopify.com/videos/c/vp/8f5ba9b8956b40b7abeac32cae062af9/8f5ba9b8956b40b7abeac32cae062af9.HD-1080p-4.8Mbps-29408245.mp4",
69
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91_03_159c5694-6183-4864-b698-f87def219eae.jpg",
70
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91_1.jpg",
71
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-3.jpg",
72
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-Details-2_cf8941db-6590-4ddf-9417-199a6fffcc7c.jpg",
73
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-1_aeac7371-7660-471b-83b5-64a2755260b2.jpg",
74
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91-2_95d75e0c-4009-4cb5-8439-7e8de4ca1e39.jpg",
75
+ "https://cdn.shopify.com/s/files/1/0550/7537/3249/files/24-30-U-LU008-X055-91_2.jpg"
76
+ ]
77
+ }
78
+ ```
79
+
80
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/665074ded3e886a93d713e73/Yeq8NB_p6GfW61u84sWDz.jpeg)
81
+
82
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/665074ded3e886a93d713e73/jG2WnJqa5bl-z7URJsqg8.jpeg)
83
+
84
+ This dataset contains separate images of product and models wearing the product, useful for virtual try on task.