Skip to main content

A dataset containing cats and dogs.

Project description

Build status](https://ci.appveyor.com/project/simonpf/catsndogs)

Cats and dogs

A small and simple data set containing images of cats and dogs. It is based on the Oxford-IIIT Pet Dataset.

Accessing the data

from catsndogs import training
from catsndogs import test
import glob
import os

training_folders = glob.glob(os.path.join(training.folder, "*"))
print("Folders with training images: ", training_folders)

folders = glob.glob(os.path.join(training.folder, "*"))
print("Folders with test images: ", test_folders)

Samples from the dataset

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

catsndogs-0.0.6.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

catsndogs-0.0.6-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page