Datasets:
Tasks:
Image Classification
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
classification tasks
image recognition
machine learning
product identification
online shopping
image search
License:
Commit ·
8753c99
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +61 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- classification tasks
|
| 4 |
+
- image recognition
|
| 5 |
+
- machine learning
|
| 6 |
+
- product identification
|
| 7 |
+
- online shopping
|
| 8 |
+
- image search
|
| 9 |
+
license: cc-by-nc-sa-4.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- image-classification
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pretty_name: Parent-Child Outfit Image Classification Dataset
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1B<n<10B
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Parent-Child Outfit Image Classification Dataset
|
| 20 |
+
|
| 21 |
+
With the rapid development of retail e-commerce, the parent-child outfit market is also gradually expanding, and consumer demand for parent-child outfit products is increasing. However, existing product classification systems often fail to accurately identify and classify parent-child outfits, leading to poor user experience and affecting sales performance. Current solutions lack in labeling accuracy and data integrity, making it difficult to meet the growing market demand. Therefore, the construction of a parent-child outfit image classification dataset is aimed at improving the accuracy of product identification and meeting the classification needs of e-commerce platforms for parent-child outfit products. This dataset contains 15,000 images of parent-child outfit products, and through high-quality labeling and classification, it helps e-commerce platforms provide more accurate search and recommendation services.
|
| 22 |
+
|
| 23 |
+
Data collection was carried out using high-resolution cameras in well-lit environments to ensure image quality. We have undertaken multiple rounds of labeling and consistency checks to ensure the accuracy of annotations, and invited domain experts for review. Data is stored in JPG format, and images are organized into folders according to category to facilitate subsequent retrieval and processing.
|
| 24 |
+
|
| 25 |
+
## Technical Specifications
|
| 26 |
+
|
| 27 |
+
| Field | Type | Description |
|
| 28 |
+
| :--- | :--- | :--- |
|
| 29 |
+
| file_name | string | File name |
|
| 30 |
+
| quality | string | Resolution |
|
| 31 |
+
| clothing_type | string | The type of clothing in the image, such as 'T-Shirt', 'Dress' or 'Set'. |
|
| 32 |
+
| number_of_people | int | The number of people appearing in the image. |
|
| 33 |
+
| background_scene | string | The background scene where the image was taken, such as 'indoor', 'outdoor', 'studio', etc. |
|
| 34 |
+
| age_group_detected | string | The age group of the people detected, such as 'adult', 'child', or 'infant'. |
|
| 35 |
+
| color_palette | string | The main color palette described in the image, such as 'warm colors', 'cool colors', or 'neutral colors'. |
|
| 36 |
+
| pose_type | string | The type of poses of the people in the image, such as 'standing', 'sitting', or 'walking'. |
|
| 37 |
+
|
| 38 |
+
## Compliance Statement
|
| 39 |
+
|
| 40 |
+
<table>
|
| 41 |
+
<tr>
|
| 42 |
+
<td>Authorization Type</td>
|
| 43 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 44 |
+
</tr>
|
| 45 |
+
<tr>
|
| 46 |
+
<td>Commercial Use</td>
|
| 47 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 48 |
+
</tr>
|
| 49 |
+
<tr>
|
| 50 |
+
<td>Privacy and Anonymization</td>
|
| 51 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 52 |
+
</tr>
|
| 53 |
+
<tr>
|
| 54 |
+
<td>Compliance System</td>
|
| 55 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 56 |
+
</tr>
|
| 57 |
+
</table>
|
| 58 |
+
|
| 59 |
+
## Source & Contact
|
| 60 |
+
|
| 61 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/0108f48bff42a227d1971cac55c9ec61?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|