agyaatcoder commited on
Commit
ace6457
1 Parent(s): 4b60165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -40
README.md CHANGED
@@ -1,40 +1,62 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: image_id
6
- dtype: int64
7
- - name: image
8
- dtype: image
9
- - name: width
10
- dtype: int64
11
- - name: height
12
- dtype: int64
13
- - name: objects
14
- struct:
15
- - name: id
16
- sequence: int64
17
- - name: area
18
- sequence: int64
19
- - name: bbox
20
- sequence:
21
- sequence: float32
22
- - name: category
23
- sequence: string
24
- splits:
25
- - name: train
26
- num_bytes: 905619617.284
27
- num_examples: 2342
28
- - name: test
29
- num_bytes: 73503583.0
30
- num_examples: 236
31
- download_size: 991825068
32
- dataset_size: 979123200.284
33
- configs:
34
- - config_name: default
35
- data_files:
36
- - split: train
37
- path: data/train-*
38
- - split: test
39
- path: data/test-*
40
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: image_id
6
+ dtype: int64
7
+ - name: image
8
+ dtype: image
9
+ - name: width
10
+ dtype: int64
11
+ - name: height
12
+ dtype: int64
13
+ - name: objects
14
+ struct:
15
+ - name: id
16
+ sequence: int64
17
+ - name: area
18
+ sequence: int64
19
+ - name: bbox
20
+ sequence:
21
+ sequence: float32
22
+ - name: category
23
+ sequence: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 905619617.284
27
+ num_examples: 2342
28
+ - name: test
29
+ num_bytes: 73503583
30
+ num_examples: 236
31
+ download_size: 991825068
32
+ dataset_size: 979123200.284
33
+ configs:
34
+ - config_name: default
35
+ data_files:
36
+ - split: train
37
+ path: data/train-*
38
+ - split: test
39
+ path: data/test-*
40
+ task_categories:
41
+ - object-detection
42
+ ---
43
+
44
+
45
+ This Dataset is created from processing the files from this GitHub repository : PlantDoc-Object-Detection-Dataset
46
+
47
+ @inproceedings{10.1145/3371158.3371196,
48
+ author = {Singh, Davinder and Jain, Naman and Jain, Pranjali and Kayal, Pratik and Kumawat, Sudhakar and Batra, Nipun},
49
+ title = {PlantDoc: A Dataset for Visual Plant Disease Detection},
50
+ year = {2020},
51
+ isbn = {9781450377386},
52
+ publisher = {Association for Computing Machinery},
53
+ address = {New York, NY, USA},
54
+ url = {https://doi.org/10.1145/3371158.3371196},
55
+ doi = {10.1145/3371158.3371196},
56
+ booktitle = {Proceedings of the 7th ACM IKDD CoDS and 25th COMAD},
57
+ pages = {249–253},
58
+ numpages = {5},
59
+ keywords = {Deep Learning, Object Detection, Image Classification},
60
+ location = {Hyderabad, India},
61
+ series = {CoDS COMAD 2020}
62
+ }