uchandar29 commited on
Commit
4bd932b
·
verified ·
1 Parent(s): 5e1664c

Updated configurations, tags, size and instructions on using the dataset

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
- - object-detection
5
  size_categories:
6
- - 1K<n<10K
 
 
 
 
 
 
7
  ---
8
 
9
  # CBDA — Cotton Ball Detection Dataset for Agriculture (Augmented)
@@ -23,7 +29,7 @@ This dataset is indexed on https://project-agml.github.io/ as part of the AgML p
23
  ```python
24
  from datasets import load_dataset
25
 
26
- ds = load_dataset("imagefolder", data_dir="hf://datasets/Project-AgML/CBDA_Cotton_Ball_Detection_Augmented")
27
  ```
28
 
29
  # Citation
@@ -36,6 +42,6 @@ ds = load_dataset("imagefolder", data_dir="hf://datasets/Project-AgML/CBDA_Cotto
36
  year={2023},
37
  publisher={IEEE}
38
  }
39
- ```
40
 
41
  Amrani, Moussa; Sohel, Ferdous; Murray, Neil; Hazel, Susan (2023), "Plant Detection and Counting: Enhancing Precision Agriculture in UAV and General Scenes", IEEE Access
 
 
1
  ---
2
  license: cc-by-4.0
3
  task_categories:
4
+ - object-detection
5
  size_categories:
6
+ - n<1K
7
+ language:
8
+ - en
9
+ tags:
10
+ - cotton-ball
11
+ - cotton
12
+ - object-detection
13
  ---
14
 
15
  # CBDA — Cotton Ball Detection Dataset for Agriculture (Augmented)
 
29
  ```python
30
  from datasets import load_dataset
31
 
32
+ ds = load_dataset("Project-AgML/CBDA_Cotton_Ball_Detection_Augmented")
33
  ```
34
 
35
  # Citation
 
42
  year={2023},
43
  publisher={IEEE}
44
  }
 
45
 
46
  Amrani, Moussa; Sohel, Ferdous; Murray, Neil; Hazel, Susan (2023), "Plant Detection and Counting: Enhancing Precision Agriculture in UAV and General Scenes", IEEE Access
47
+ ```