Update README.md
Browse files
README.md
CHANGED
|
@@ -26,3 +26,29 @@ configs:
|
|
| 26 |
- split: augmented
|
| 27 |
path: data/augmented-*
|
| 28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
- split: augmented
|
| 27 |
path: data/augmented-*
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## Dataset Summary
|
| 32 |
+
This dataset contains **real-world photographs** labeled for the presence of tomatoes.
|
| 33 |
+
It is designed for **binary image classification** tasks, where the model predicts whether an image contains a tomato (`1`) or not (`0`).
|
| 34 |
+
|
| 35 |
+
- **Original size:** 49 images
|
| 36 |
+
- **Augmented size:** 490 images
|
| 37 |
+
- **Task type:** Image Classification (binary)
|
| 38 |
+
- **Goal:** Train models to distinguish between images with and without tomatoes
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## Data Splits
|
| 42 |
+
- No predefined train/test split.
|
| 43 |
+
- Users can apply their own strategy (e.g., 80/20 split or k-fold cross-validation).
|
| 44 |
+
-
|
| 45 |
+
|
| 46 |
+
## Intended Uses
|
| 47 |
+
- **Binary Classification:** Distinguish between images containing tomatoes vs. not.
|
| 48 |
+
- **Computer Vision Training:** Baseline dataset for testing CNNs or transfer learning models.
|
| 49 |
+
- **Educational Use:** Demonstrates dataset augmentation in image classification (49 → 490 samples).
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
## Labels
|
| 53 |
+
- `0` → Image **does not** contain tomatoes
|
| 54 |
+
- `1` → Image **contains** tomatoes
|