Upload dataset
Browse files- README.md +48 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image_id
|
6 |
+
dtype: string
|
7 |
+
- name: image
|
8 |
+
dtype: image
|
9 |
+
- name: objects
|
10 |
+
sequence:
|
11 |
+
- name: category
|
12 |
+
dtype:
|
13 |
+
class_label:
|
14 |
+
names:
|
15 |
+
'0': Corn_Cercospora_Leaf_Spot
|
16 |
+
'1': Corn_Common_Rust
|
17 |
+
'2': Corn_Healthy
|
18 |
+
'3': Corn_Northern_Leaf_Blight
|
19 |
+
'4': Corn_Streak
|
20 |
+
'5': Pepper_Bacterial_Spot
|
21 |
+
'6': Pepper_Cercospora
|
22 |
+
'7': Pepper_Early_Blight
|
23 |
+
'8': Pepper_Fusarium
|
24 |
+
'9': Pepper_Healthy
|
25 |
+
'10': Pepper_Late_Blight
|
26 |
+
'11': Pepper_Leaf_Blight
|
27 |
+
'12': Pepper_Leaf_Curl
|
28 |
+
'13': Pepper_Leaf_Mosaic
|
29 |
+
'14': Pepper_Septoria
|
30 |
+
'15': Tomato_Bacterial_Spot
|
31 |
+
'16': Tomato_Early_Blight
|
32 |
+
'17': Tomato_Fusarium
|
33 |
+
'18': Tomato_Healthy
|
34 |
+
'19': Tomato_Late_Blight
|
35 |
+
'20': Tomato_Leaf_Curl
|
36 |
+
'21': Tomato_Mosaic
|
37 |
+
'22': Tomato_Septoria
|
38 |
+
- name: bbox
|
39 |
+
sequence: float32
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 71764.0
|
43 |
+
num_examples: 1
|
44 |
+
download_size: 75883
|
45 |
+
dataset_size: 71764.0
|
46 |
+
configs:
|
47 |
+
- config_name: default
|
48 |
+
data_files:
|
49 |
+
- split: train
|
50 |
+
path: data/train-*
|
51 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:823bfe618607dead7608223a349bb20089bc11abf596a35baa140805a2c9d3ec
|
3 |
+
size 75883
|