Datasets:
Tasks:
Object Detection
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
object recognition
image classification
placement detection
scene understanding
smart home
machine vision
License:
Commit ·
80cfd0e
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +64 -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,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- object recognition
|
| 4 |
+
- image classification
|
| 5 |
+
- placement detection
|
| 6 |
+
- scene understanding
|
| 7 |
+
- smart home
|
| 8 |
+
- machine vision
|
| 9 |
+
- indoor navigation
|
| 10 |
+
- home automation
|
| 11 |
+
license: cc-by-nc-sa-4.0
|
| 12 |
+
task_categories:
|
| 13 |
+
- object-detection
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
pretty_name: Kitchen Tableware Placement Image Dataset
|
| 17 |
+
size_categories:
|
| 18 |
+
- 1B<n<10B
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# Kitchen Tableware Placement Image Dataset
|
| 22 |
+
|
| 23 |
+
The current smart home industry is developing rapidly, but challenges remain in object recognition and dynamic detection. Many existing solutions lack accuracy in recognition and understanding of complex placement scenarios. This dataset aims to improve the accuracy and efficiency of object recognition in home scenarios to meet the demand for high-precision data in smart homes. Data is collected by high-resolution cameras in various home environments, covering different times and lighting conditions. Quality control includes multiple rounds of manual annotation and expert review to ensure accuracy and consistency, carried out by a team of ten with computer vision backgrounds. Data preprocessing methods include image enhancement and normalization, stored in JPG format for easy retrieval and use.
|
| 24 |
+
|
| 25 |
+
## Technical Specifications
|
| 26 |
+
|
| 27 |
+
| Field | Type | Description |
|
| 28 |
+
| :--- | :--- | :--- |
|
| 29 |
+
| file_name | string | File name |
|
| 30 |
+
| quality | string | Resolution |
|
| 31 |
+
| object_type | string | The category of kitchen items in the image, such as pots, bowls, chopsticks, etc. |
|
| 32 |
+
| object_color | string | The primary color of the item identified in the image. |
|
| 33 |
+
| object_size | string | The size or volume of the item identified in the image, such as large, medium, small. |
|
| 34 |
+
| position_in_kitchen | string | The specific placement of the item in the kitchen, such as on the counter, on the wall, in a drawer, etc. |
|
| 35 |
+
| object_orientation | string | The orientation of the item in the image, such as front, side, back, etc. |
|
| 36 |
+
| material_type | string | The material type of the item in the image, such as glass, metal, plastic, etc. |
|
| 37 |
+
| image_quality | string | The quality level of the image, such as high-definition, blurry, overexposed, etc. |
|
| 38 |
+
| light_condition | string | The lighting conditions during the image capture, such as bright, shadow, backlit, etc. |
|
| 39 |
+
| background_type | string | The background type of the image, such as monochromatic, cluttered, kitchen scene, etc. |
|
| 40 |
+
|
| 41 |
+
## Compliance Statement
|
| 42 |
+
|
| 43 |
+
<table>
|
| 44 |
+
<tr>
|
| 45 |
+
<td>Authorization Type</td>
|
| 46 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 47 |
+
</tr>
|
| 48 |
+
<tr>
|
| 49 |
+
<td>Commercial Use</td>
|
| 50 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 51 |
+
</tr>
|
| 52 |
+
<tr>
|
| 53 |
+
<td>Privacy and Anonymization</td>
|
| 54 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 55 |
+
</tr>
|
| 56 |
+
<tr>
|
| 57 |
+
<td>Compliance System</td>
|
| 58 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 59 |
+
</tr>
|
| 60 |
+
</table>
|
| 61 |
+
|
| 62 |
+
## Source & Contact
|
| 63 |
+
|
| 64 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/65477e19b8f019c7d7746d6de878676c?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|