Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,7 +1,66 @@
|
|
1 |
---
|
|
|
2 |
task_categories:
|
3 |
- object-detection
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
This Dataset is created from processing the files from this GitHub repository : [PlantDoc-Object-Detection-Dataset](https://github.com/pratikkayal/PlantDoc-Object-Detection-Dataset/tree/master)
|
7 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
- object-detection
|
5 |
+
configs:
|
6 |
+
- config_name: default
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: data/train-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: image_id
|
15 |
+
dtype: int64
|
16 |
+
- name: image
|
17 |
+
dtype: image
|
18 |
+
- name: width
|
19 |
+
dtype: int64
|
20 |
+
- name: height
|
21 |
+
dtype: int64
|
22 |
+
- name: objects
|
23 |
+
struct:
|
24 |
+
- name: area
|
25 |
+
sequence: int64
|
26 |
+
- name: bbox
|
27 |
+
sequence:
|
28 |
+
sequence: int64
|
29 |
+
- name: category
|
30 |
+
sequence: int64
|
31 |
+
- name: pixel_values
|
32 |
+
sequence:
|
33 |
+
sequence:
|
34 |
+
sequence: float32
|
35 |
+
- name: pixel_mask
|
36 |
+
sequence:
|
37 |
+
sequence: int64
|
38 |
+
- name: labels
|
39 |
+
struct:
|
40 |
+
- name: area
|
41 |
+
sequence: float32
|
42 |
+
- name: boxes
|
43 |
+
sequence:
|
44 |
+
sequence: float32
|
45 |
+
- name: class_labels
|
46 |
+
sequence: int64
|
47 |
+
- name: image_id
|
48 |
+
sequence: int64
|
49 |
+
- name: iscrowd
|
50 |
+
sequence: int64
|
51 |
+
- name: orig_size
|
52 |
+
sequence: int64
|
53 |
+
- name: size
|
54 |
+
sequence: int64
|
55 |
+
splits:
|
56 |
+
- name: train
|
57 |
+
num_bytes: 27853534555.06
|
58 |
+
num_examples: 2110
|
59 |
+
- name: test
|
60 |
+
num_bytes: 2810816579.0
|
61 |
+
num_examples: 214
|
62 |
+
download_size: 5301851591
|
63 |
+
dataset_size: 30664351134.06
|
64 |
---
|
65 |
This Dataset is created from processing the files from this GitHub repository : [PlantDoc-Object-Detection-Dataset](https://github.com/pratikkayal/PlantDoc-Object-Detection-Dataset/tree/master)
|
66 |
|