jnle commited on
Commit
e96d13b
·
verified ·
1 Parent(s): 70a114e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  A camera trap dataset created as a subset of the Wildlife Conservation Society (WCS) camera trap dataset, af featured on: https://lila.science/datasets/wcscameratraps.
2
 
3
- The subset contains 8,000 images split into a training set of 2,000 images and a validation set of 6,000 images of 10 species of animal, namely dasyprocta punctata, pecari tajacu, leopardus pardalis, mitu tuberosum, loxodonta africana, aepyceros melampus, equus quagga, madoqua guentheri, unknown bird, and crax rubra that can be used for benchmarking purposes.
4
 
5
  Note that the labels are in YOLO format, meaning the label fiels can be read as: class index, x_center, y_center, width, height.
 
1
  A camera trap dataset created as a subset of the Wildlife Conservation Society (WCS) camera trap dataset, af featured on: https://lila.science/datasets/wcscameratraps.
2
 
3
+ The subset contains 10,000 images split into a training set of 2,000 images and a validation set of 6,000 images of 10 species of animal, namely dasyprocta punctata, pecari tajacu, leopardus pardalis, mitu tuberosum, loxodonta africana, aepyceros melampus, equus quagga, madoqua guentheri, unknown bird, and crax rubra, featuring a 2,000 image strong test split. This dataset was used for benchmarking YOLOv8 vs YOLOv9 in extremely data-sparse conditions.
4
 
5
  Note that the labels are in YOLO format, meaning the label fiels can be read as: class index, x_center, y_center, width, height.