Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
poissonfish commited on
Commit
0ff8de9
1 Parent(s): cce06d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -419,11 +419,32 @@ size_categories:
419
 
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
 
 
419
 
420
  # COw LOcalization (COLO) Dataset
421
 
422
+ The COw LOcalization (COLO) dataset is designed to localize cows in various indoor environments using different lighting conditions and view angles. This dataset offers 1,254 images and 11,818 cow instances, serving as a benchmark for the precision livestock farming community.
 
423
 
424
  ![COLO](figure_1.jpg)
425
 
426
+ ## Dataset Configurations
427
+
428
+ <style>
429
+ table {
430
+ width: 50%;
431
+ margin-left: auto;
432
+ margin-right: auto;
433
+ }
434
+ </style>
435
+
436
+
437
+ | **Configuration** | **Training Split** | **Testing Split** |
438
+ |:------------------|:-------------------|:---------------------|
439
+ | _0_all_ | Top-View + Side-View | Top-View + Side-View|
440
+ | _1_top_ | Top-View | Top-View |
441
+ | _2_side_ | Side-View | Side-View |
442
+ | _3_external_ | External | External |
443
+ | _a1_t2s_ | Top-View | Side-View |
444
+ | _a2_s2t_ | Side-View | Top-View |
445
+ | _b_light_ | Daylight | Indoor + NIR |
446
+ | _c_external_ | Top-View + Side-View | External |
447
+
448
 
449
  ## Download the Dataset
450