Skip to content

This repository will provide you with a difficult dataset in the classification problem, which is distinguishing the fat or the thin of a cow.

License

Notifications You must be signed in to change notification settings

nguyentruonglau/cows-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository will provide you with a difficult dataset in the classification problem, which is distinguishing the fat or the thin of a cow.

Topics

Resources

License

Stars

Watchers

Forks