Datasets:
deleted kitchen_utensils_5k/README.md
Browse files
kitchen_utensils_5k/README.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
---
|
| 3 |
-
license: mit
|
| 4 |
-
task_categories:
|
| 5 |
-
- object-detection
|
| 6 |
-
- image-classification
|
| 7 |
-
tags:
|
| 8 |
-
- kitchen-utensils
|
| 9 |
-
- object-detection
|
| 10 |
-
size_categories:
|
| 11 |
-
- 1K<n<10K
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
# Kitchen Utensils Dataset (5K Images)
|
| 15 |
-
|
| 16 |
-
## Dataset Description
|
| 17 |
-
This dataset contains 5,000 images of kitchen utensils for object detection/classification.
|
| 18 |
-
|
| 19 |
-
### Classes (10 total):
|
| 20 |
-
- bowl
|
| 21 |
-
- fork
|
| 22 |
-
- glass
|
| 23 |
-
- knife
|
| 24 |
-
- mug
|
| 25 |
-
- pan
|
| 26 |
-
- plate
|
| 27 |
-
- spatula
|
| 28 |
-
- spoon
|
| 29 |
-
- whisk
|
| 30 |
-
|
| 31 |
-
### Dataset Structure
|
| 32 |
-
- Train: ~3,500 images
|
| 33 |
-
- Validation: ~1,000 images
|
| 34 |
-
- Test: ~500 images
|
| 35 |
-
|
| 36 |
-
### File Format
|
| 37 |
-
- Images: JPG format
|
| 38 |
-
- Annotations: CSV file with binary labels for each class
|
| 39 |
-
- `metadata.csv`: Combined metadata for all splits
|
| 40 |
-
|
| 41 |
-
### Usage
|
| 42 |
-
```python
|
| 43 |
-
from datasets import load_dataset
|
| 44 |
-
|
| 45 |
-
dataset = load_dataset("YOUR_USERNAME/kitchen-utensils-5k")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|