Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
arrow
Languages:
English
Size:
10K - 100K
License:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- fruit
|
| 9 |
+
- vegetable
|
| 10 |
+
- quality
|
| 11 |
+
pretty_name: Fruit and Vegetable Quality Dataset
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
dataset_info:
|
| 15 |
+
- config_name: default
|
| 16 |
+
features:
|
| 17 |
+
- name: image
|
| 18 |
+
dtype: image
|
| 19 |
+
- name: quality
|
| 20 |
+
dtype:
|
| 21 |
+
class_label:
|
| 22 |
+
names:
|
| 23 |
+
'0': fresh
|
| 24 |
+
'1': rotten
|
| 25 |
+
- name: quality
|
| 26 |
+
dtype: image
|
| 27 |
+
- name: category
|
| 28 |
+
dtype:
|
| 29 |
+
class_label:
|
| 30 |
+
names:
|
| 31 |
+
'0': apples
|
| 32 |
+
'1': banana
|
| 33 |
+
'2': cucumber
|
| 34 |
+
'3': okra
|
| 35 |
+
'4': oranges
|
| 36 |
+
'5': potato
|
| 37 |
+
'6': tomato
|
| 38 |
+
- name: category
|
| 39 |
+
dtype: image
|
| 40 |
+
splits:
|
| 41 |
+
- name: train
|
| 42 |
+
num_bytes: 3125926
|
| 43 |
+
num_examples: 13355
|
| 44 |
+
- name: validation
|
| 45 |
+
num_bytes: 677903
|
| 46 |
+
num_examples: 2857
|
| 47 |
+
- name: test
|
| 48 |
+
num_bytes: 668998
|
| 49 |
+
num_examples: 2867
|
| 50 |
+
download_size: 2258968777
|
| 51 |
+
dataset_size: 4472827
|
| 52 |
+
configs:
|
| 53 |
+
- config_name: default
|
| 54 |
+
data_files:
|
| 55 |
+
- split: train
|
| 56 |
+
path: default/train/data-*.arrow
|
| 57 |
+
- split: validation
|
| 58 |
+
path: default/validation/data-*.arrow
|
| 59 |
+
- split: test
|
| 60 |
+
path: default/test/data-*.arrow
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
+
# Intro
|