2 datasets found
  1. T

    stanford_dogs

    • tensorflow.org
    Updated Jan 13, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). stanford_dogs [Dataset]. https://www.tensorflow.org/datasets/catalog/stanford_dogs
    Explore at:
    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">

  2. O

    Stanford Dogs

    • opendatalab.com
    • universe.roboflow.com
    zip
    Updated Sep 22, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stanford University (2022). Stanford Dogs [Dataset]. https://opendatalab.com/Stanford_Dogs
    Explore at:
    zip(2928693977 bytes)Available download formats
    Dataset updated
    Sep 22, 2022
    Dataset provided by
    Stanford University
    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. Contents of this dataset:

    Number of categories: 120 Number of images: 20,580 Annotations: Class labels, Bounding boxes

  3. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

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:
10 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