Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
poissonfish commited on
Commit
1685a09
·
verified ·
1 Parent(s): 5402b15

add citation information

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -420,8 +420,11 @@ size_categories:
420
  # COw LOcalization (COLO) Dataset
421
 
422
 
 
 
423
  ![COLO](figure_1.jpg)
424
 
 
425
  ## Download the Dataset
426
 
427
  To download the dataset, you need to have the required Python dependencies installed. You can install them using either of the following commands:
@@ -451,4 +454,25 @@ COLO(
451
  root="download/coco", # Destination folder
452
  format="coco", # Data format
453
  )
454
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  # COw LOcalization (COLO) Dataset
421
 
422
 
423
+ The COw LOcalization (COLO) dataset is designed to localize cows in various indoor environments using different lighting conditions and view angles. This dataset supports research in computer vision, particularly in object detection of livestock.
424
+
425
  ![COLO](figure_1.jpg)
426
 
427
+
428
  ## Download the Dataset
429
 
430
  To download the dataset, you need to have the required Python dependencies installed. You can install them using either of the following commands:
 
454
  root="download/coco", # Destination folder
455
  format="coco", # Data format
456
  )
457
+ ```
458
+
459
+ ## Citation
460
+
461
+ ```bibtex
462
+ @misc{das2024model,
463
+ title={A Model Generalization Study in Localizing Indoor Cows with COw LOcalization (COLO) dataset},
464
+ author={Mautushi Das and Gonzalo Ferreira and C. P. James Chen},
465
+ year={2024},
466
+ eprint={2407.20372},
467
+ archivePrefix={arXiv},
468
+ primaryClass={cs.CV}
469
+ }
470
+ ```
471
+
472
+ or
473
+
474
+ Das, M., Ferreira, G., & Chen, C. P. J. (2024). A Model Generalization Study in Localizing Indoor Cows with COw LOcalization (COLO) dataset. arXiv preprint arXiv:2407.20372
475
+
476
+ ---
477
+
478
+