js2552 commited on
Commit
c2fa978
·
verified ·
1 Parent(s): 093a819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -28,4 +28,32 @@ configs:
28
  data_files:
29
  - split: train
30
  path: data/train-*
 
 
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  data_files:
29
  - split: train
30
  path: data/train-*
31
+ license: cc-by-4.0
32
+ task_categories:
33
+ - object-detection
34
+ size_categories:
35
+ - 1K<n<10K
36
  ---
37
+ # CocoaMFDB Detection Object Detection
38
+
39
+ A dataset for detection of cocoa pods. The dataset contains 1,254 images with 1,482 bounding box annotations across 1 category.
40
+
41
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
42
+
43
+ ## Citation
44
+
45
+ ```bibtex
46
+ @article{ayikpa2023cocoamfdb,
47
+ title={CocoaMFDB: A dataset of cocoa pod maturity and families in an uncontrolled environment in C{\^o}te d'Ivoire},
48
+ author={Ayikpa, Kacoutchy Jean and Mamadou, Diarra and Ballo, Abou Bakary and Yao, Konan and Gouton, Pierre and Adou, Kablan J{\'e}r{\^o}me},
49
+ journal={Data in Brief},
50
+ volume={48},
51
+ pages={109196},
52
+ year={2023},
53
+ publisher={Elsevier}
54
+ }
55
+ ```
56
+
57
+ AYIKPA, Kacoutchy Jean (2022), “CocoaMFDB”, Mendeley Data, V2, doi: 10.17632/9msjjh3np6.2
58
+
59
+ *This dataset was reformatted from its original format to match HuggingFace standards.*