js2552 commited on
Commit
2f55f2c
·
verified ·
1 Parent(s): 55471d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -25,4 +25,32 @@ configs:
25
  data_files:
26
  - split: train
27
  path: data/train-*
 
 
 
 
 
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  data_files:
26
  - split: train
27
  path: data/train-*
28
+ license: cc-by-4.0
29
+ task_categories:
30
+ - object-detection
31
+ size_categories:
32
+ - 1K<n<10K
33
  ---
34
+ # QuinceSet Detection
35
+
36
+ A dataset for detection of quince fruit. The dataset contains 1,515 images with 17,171 bounding box annotations across 2 categories.
37
+
38
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
39
+
40
+ ## Citation
41
+
42
+ ```bibtex
43
+ @article{kaufmane2022quinceset,
44
+ title={QuinceSet: Dataset of annotated Japanese quince images for object detection},
45
+ author={Kaufmane, Ed{\=\i}te and Sudars, Kaspars and Namat{\=e}vs, Ivars and Kalni{\c{n}}a, Ieva and Judvaitis, J{\=a}nis and Bala{\v{s}}s, Rihards and Strauti{\c{n}}a, Sarm{\=\i}te},
46
+ journal={Data in Brief},
47
+ volume={42},
48
+ pages={108332},
49
+ year={2022},
50
+ publisher={Elsevier}
51
+ }
52
+ ```
53
+
54
+ Kaufmane, E., Sudars, K., Namatēvs, I., Kalniņa, I., Judvaitis, J., Balašs, R.& Strautiņa, S. (2022). QuinceSet: Dataset of Annotated Japanese Quince Images for Object Detection. Data in Brief. https://doi.org/10.5281/zenodo.6402251
55
+
56
+ *This dataset was reformatted from its original format to match HuggingFace standards.*