horses_or_humans

A large set of images of horses and humans.

Split Examples
'test' 256
'train' 1,027
  • Feature structure:
FeaturesDict({
    'image': Image(shape=(300, 300, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
  • Feature documentation:
Feature Class Shape Dtype Description
FeaturesDict
image Image (300, 300, 3) uint8
label ClassLabel int64

Visualization

  • Citation:
@ONLINE {horses_or_humans,
author = "Laurence Moroney",
title = "Horses or Humans Dataset",
month = "feb",
year = "2019",
url = "http://laurencemoroney.com/horses-or-humans-dataset"
}