Metadata-Version: 2.1
Name: catsndogs
Version: 0.0.6
Summary: A dataset containing cats and dogs.
Home-page: https://github.com/simonpf/catsndogs
Author: Simon Pfreundschuh
Author-email: simon.pfreundschuh@chalmers.se
License: UNKNOWN
Project-URL: Source, https://github.com/simonpf/catsndogs/
Description: ![](https://travis-ci.com/simonpf/catsndogs.svg?branch=master)
        ![Build status](https://ci.appveyor.com/api/projects/status/9hx1mv9ymq45s7k0?svg=true)](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](https://www.robots.ox.ac.uk/~vgg/data/pets/).
        
        ## 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](misc/samples.png)
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
