Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
[Errno 13] Permission denied: '/tmp/hf-datasets-cache/medium/datasets/91194196367512-config-parquet-and-info-Voxel51-StreetViewHouseNu-b6506f8d/downloads/2b57ae79770e210c1dcd6e224fdd03f5694f3b98725395c851505433e7ed2ebb.incomplete'
Error code:   UnexpectedError

Need help to make the dataset viewer work? Open a discussion for direct support.

image
image
End of preview.

Dataset Card for Street View House Numbers

image

The Street View House Numbers (SVHN) dataset is a large real-world image dataset used for developing machine learning and object recognition algorithms. It contains over 600,000 labeled images of house numbers taken from Google Street View.

The images are cropped to a fixed resolution of 32x32 pixels, centered around a single character but may contain some distractors at the sides.

SVHN is similar to the MNIST dataset but incorporates significantly more labeled data and comes from a harder, unsolved, real-world problem of recognizing digits and numbers in natural scene images.

The dataset here is provided as original images with character level bounding boxes

This is a FiftyOne dataset with 33402 samples.

The recipe notebook for creating this dataset can be found here

Installation

If you haven't already, install FiftyOne:

pip install -U fiftyone

Usage

import fiftyone as fo
import fiftyone.utils.huggingface as fouh

# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = fouh.load_from_hub("Voxel51/StreetViewHouseNumbers")

# Launch the App
session = fo.launch_app(dataset)

Dataset Details

  • Curated by: Yuval Netzer, Tao Wang, Adam Coates, Alessandro Bissacco, Bo Wu, Andrew Y. Ng
  • Funded by: Google Inc., Stanford University
  • Shared by: [More Information Needed]
  • License: non-commercial use only

For questions regarding the dataset, please contact streetviewhousenumbers@gmail.com

Dataset Sources

Citation

BibTeX:

@inproceedings{netzer2011reading,
  title={Reading digits in natural images with unsupervised feature learning},
  author={Netzer, Yuval and Wang, Tao and Coates, Adam and Bissacco, Alessandro and Wu, Bo and Ng, Andrew Y},
  booktitle={NIPS workshop on deep learning and unsupervised feature learning},
  volume={2011},
  number={2},
  pages={5},
  year={2011}
}
Downloads last month
0