js2552 commited on
Commit
935d2f0
·
verified ·
1 Parent(s): 8ba5e2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -29,4 +29,32 @@ configs:
29
  data_files:
30
  - split: train
31
  path: data/train-*
 
 
 
 
 
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  data_files:
30
  - split: train
31
  path: data/train-*
32
+ license: cc-by-4.0
33
+ task_categories:
34
+ - object-detection
35
+ size_categories:
36
+ - 1K<n<10K
37
  ---
38
+ # Cashew Detection
39
+
40
+ A dataset for object detection of cashew flowers and fruits. The dataset contains 3,098 images with 88,364 bounding box annotations across 6 categories.
41
+
42
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
43
+
44
+ ## Citation
45
+
46
+ ```bibtex
47
+ @article{sanya2024coffee,
48
+ title={Coffee and cashew nut dataset: A dataset for detection, classification, and yield estimation for machine learning applications},
49
+ author={Sanya, Rahman and Nabiryo, Ann Lisa and Tusubira, Jeremy Francis and Murindanyi, Sudi and Katumba, Andrew and Nakatumba-Nabende, Joyce},
50
+ journal={Data in Brief},
51
+ volume={52},
52
+ pages={109952},
53
+ year={2024},
54
+ publisher={Elsevier}
55
+ }
56
+ ```
57
+
58
+ Nakatumba-Nabende, Joyce; Katumba, Andrew; Sanya, Rahman; Tusubira, Jeremy; Murindanyi, Sudi; Namanya, Gloria; Nabiryo, Ann (2023), “Coffee and Cashew Nut Dataset”, Mendeley Data, V1, doi: 10.17632/r46c6bpfpf.1
59
+
60
+ *This dataset was reformatted from its original format to match HuggingFace standards.*