Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.58 KB

COWS DATASET

cows-dataset Python 3.7 Documentation Status

The Cow Dataset contains 400 images of 2 classes of cows. The data is split into 180 training images and 20 testing images, where each class has been split roughly in a 9-1 split.

overview

Over View

Distinguishing between fat and thin in common animals will be more difficult than in normal classification problems, below are my instructions in the case of this dataset, which I refer to from "PET-Livestock, Karamoja. A Pictorial Evaluation Tool for Body Condition Scoring Livestock and Forage Assessment in Karamoja, Uganda".

Description

--dataset:

  --train
    --thin
      --0001.jpg
      --0002.jpg
    --fat
      --00001.jpg
      --00002.jpg
      
  --val==test
    --thin
      --0001.jpg
      --0002.jpg
    --fat
      --00001.jpg
      --00002.jpg

Guide

This tutorial will help us distinguish 5 different types of cows, here we are only interested in cs1 and cs5. See more at here

Reference

[1]. PET-Livestock, Karamoja. A Pictorial Evaluation Tool for Body Condition Scoring Livestock and Forage Assessment in Karamoja, Uganda