Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,3 +9,22 @@ size_categories:
|
|
9 |
- 1K<n<10K
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- 1K<n<10K
|
10 |
---
|
11 |
|
12 |
+
## oita-ken-strawberries
|
13 |
+
|
14 |
+
This dataset contains **5,000 images** of *ベリーツ* (*Beriitsu*), a premium strawberry variety grown in Oita Prefecture, Japan.
|
15 |
+
|
16 |
+
- Images in `dataset/input/*` are organized by **harvest year** and **grading category**.
|
17 |
+
- The `dataset/input/**/include` directory contains **cleaned** strawberry images.
|
18 |
+
- Data cleansing was performed using [background_erase](https://github.com/fa0311/background_erase).
|
19 |
+
|
20 |
+
### Conversion to Pascal VOC
|
21 |
+
|
22 |
+
- `dataset/input/input.json` and `dataset/input/**` can be processed with [image_data_augmentation](https://github.com/fa0311/image_data_augmentation) to convert the dataset into **Pascal VOC format**.
|
23 |
+
- This process also generates **annotations**.
|
24 |
+
|
25 |
+
### Related Resources
|
26 |
+
|
27 |
+
- [Dataset](https://huggingface.co/datasets/fa0311/oita-ken-strawberries)
|
28 |
+
- [Model](https://huggingface.co/fa0311/oita-ken-strawberries-mobilenet)
|
29 |
+
- [Inference Space](https://huggingface.co/spaces/fa0311/oita-ken-strawberries-mobilenet)
|
30 |
+
|