ipogorelov commited on
Commit
c28eba7
1 Parent(s): e1cdc87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -1
README.md CHANGED
@@ -8,4 +8,76 @@ tags:
8
  - fashion
9
  size_categories:
10
  - 10K<n<100K
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - fashion
9
  size_categories:
10
  - 10K<n<100K
11
+ ---
12
+ # Dataset Card for Sneakers Dataset
13
+
14
+ ## Dataset Details
15
+
16
+ ### Dataset Description
17
+
18
+ This dataset contains approximately 93,000 images of sneakers labeled with the manufacturer and model. The images are scraped from Bing Image Search, while the labels (manufacturer and model) are sourced from Sneakers123, an online sneaker database. The dataset is intended for tasks such as image classification, feature extraction, and potentially for applications in fashion and product recognition.
19
+
20
+ - **Curated by:** John Guinness
21
+ - **Language(s):** English
22
+ - **License:** MIT License
23
+
24
+ ### Dataset Sources
25
+
26
+ - **Image Source:** Bing Image Search
27
+ - **Label Source:** Sneakers123
28
+
29
+ ## Uses
30
+
31
+ ### Direct Use
32
+
33
+ This dataset can be used for:
34
+
35
+ - Training machine learning models for sneaker recognition based on manufacturer and model.
36
+ - Feature extraction for vector-based searches or retrieval tasks in fashion-related applications.
37
+ - Image classification for sneaker identification tasks.
38
+
39
+ ### Out-of-Scope Use
40
+
41
+ The dataset should not be used for tasks outside of fashion-related image recognition, such as general object detection or unrelated computer vision tasks, without significant adjustments to the data.
42
+
43
+ ## Dataset Structure
44
+
45
+ - **Images:** approximately 93,000 images of sneakers in various lighting and background conditions.
46
+ - **Labels:** Manufacturer and model information extracted from Sneakers123.
47
+
48
+ No official train-test splits are provided; users can create their own based on their specific use cases.
49
+
50
+ ## Dataset Creation
51
+
52
+ ### Curation Rationale
53
+
54
+ The dataset was created to assist in building and training machine learning models for the classification of sneakers, including their make and model. This can aid in developing apps for sneaker enthusiasts, retailers, and online shopping platforms.
55
+
56
+ ### Source Data
57
+
58
+ #### Data Collection and Processing
59
+
60
+ - **Data Collection:** The images were collected by scraping Bing Image Search for sneaker images, while the corresponding labels were sourced from Sneakers123.
61
+ - **Processing:** Images are stored in their original resolution, and labels are text-based metadata associated with each image.
62
+
63
+ #### Who are the source data producers?
64
+
65
+ - **Images:** Publicly available sneaker images collected through Bing Image Search.
66
+ - **Labels:** Manufacturer and model names curated from Sneakers123.
67
+
68
+ ### Annotations
69
+
70
+ The dataset does not contain manual annotations beyond the labels scraped from Sneakers123.
71
+
72
+ ## Bias, Risks, and Limitations
73
+
74
+ - **Bias:** As the images were scraped from search engines, the dataset may exhibit biases in terms of popular brands or models, and might not cover less common or newer sneaker releases comprehensively.
75
+ - **Risks:** There is a risk of mislabeling due to the automated nature of scraping. Users should verify the correctness of the labels before deploying the dataset in production applications.
76
+
77
+ ### Recommendations
78
+
79
+ Users should be cautious about potential biases in brand representation and consider performing additional filtering or augmentation if required for their specific use case.
80
+
81
+ ## Dataset Card Authors
82
+
83
+ John Guinness