Saved datasets
Last updated
Download format
Usage rights
License from data provider
Please review the applicable license to make sure your contemplated use is permitted.
Topic
Provider
Free
Cost to access
Described as free to access or have a license that allows redistribution.
100+ datasets found
  1. T

    stanford_dogs

    • tensorflow.org
    • tensorflow.google.cn
    Updated Jan 13, 2023
  2. P

    Tsinghua Dogs Dataset

    • paperswithcode.com
    Updated Sep 30, 2020
  3. P

    Stanford Dogs Dataset

    • paperswithcode.com
    Updated Feb 25, 2021
  4. Cats and Dogs image classification

    • kaggle.com
    zip
    Updated Dec 20, 2022
  5. Stanford dogs Dataset

    • universe.roboflow.com
    • opendatalab.com
    • +1more
    zip
    Updated Sep 19, 2022
  6. h

    cats_vs_dogs

    • huggingface.co
    • tensorflow.google.cn
    • +1more
    Updated Nov 26, 2021
  7. Kaggle Cats vs. Dogs Dataset

    • datasets.activeloop.ai
    deeplake
    Updated Feb 3, 2022
  8. Kaggle Cats vs. Dogs Test Set

    • datasets.activeloop.ai
    Updated Feb 3, 2022
  9. Dog Behavior Analysis Dataset

    • kaggle.com
    zip
    Updated Jun 25, 2022
  10. P

    Cats and Dogs Dataset

    • paperswithcode.com
    Updated Sep 16, 2021
  11. Dogs Intelligence and Size

    • kaggle.com
    zip
    Updated Jan 21, 2023
  12. d

    Dog/Canine Breed Size (AKC)

    • data.world
    csv, zip
    Updated Nov 14, 2023
  13. Kaggle Cats vs. Dogs Training Set

    • datasets.activeloop.ai
    Updated Feb 3, 2022
  14. h

    stanford-dogs

    • huggingface.co
    Updated May 1, 2022
  15. Dog vs Cat Images Data

    • kaggle.com
    zip
    Updated Sep 1, 2020
  16. d

    AKC Popular Dog Breeds

    • data.world
    csv, zip
    Updated Nov 7, 2023
  17. d

    Data from: Intelligence of Dogs

    • data.world
    csv, zip
    Updated Nov 11, 2023
  18. d

    Dog size/intelligence linked?

    • data.world
    csv, zip
    Updated Oct 15, 2023
  19. f

    Dogs versus Cats Audio Dataset

    • figshare.com
    zip
    Updated Jul 17, 2022
  20. Number of dogs in the U.S. 2000-2017

    • statista.com
    Updated Jul 27, 2022
Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
(2023). stanford_dogs [Dataset]. https://www.tensorflow.org/datasets/catalog/stanford_dogs

stanford_dogs

Explore at:
8 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Jan 13, 2023
Description

The Stanford Dogs dataset contains images of 120 breeds of dogs from around the world. This dataset has been built using images and annotation from ImageNet for the task of fine-grained image categorization. There are 20,580 images, out of which 12,000 are used for training and 8580 for testing. Class labels and bounding box annotations are provided for all the 12,000 images.

To use this dataset:

import tensorflow_datasets as tfds

ds = tfds.load('stanford_dogs', split='train')
for ex in ds.take(4):
 print(ex)

See the guide for more informations on tensorflow_datasets.

https://storage.googleapis.com/tfds-data/visualization/fig/stanford_dogs-0.2.0.png" alt="Visualization" width="500px">

Search
Clear search
Close search
Google apps
Main menu