Select Language

AI社区

公开数据集

街景房屋编号 (SVHN)

街景房屋编号 (SVHN)

4279.53M
143 浏览
0 喜欢
2 次下载
0 条讨论
Arts and Entertainment,Computer Science,Programming,Image Data,Classification,Computer Vision Classification

数据结构 ? 4279.53M

    Data Structure ?

    * 以上分析是由系统提取分析形成的结果,具体实际数据为准。

    README.md

    Dataset uploaded by [Jessica Li][1] ---------- Context Object recognition and image processing has become one of the hottest topics in machine learning due to its vast and creative potential applications in the real world. The ability to process visual information using machine learning algorithms can be very useful, such as [measuring the quality of NYC Bike Lanes through street imagery][2]. Within this field, the Street View House Numbers (SVHN) dataset is one of the most popular ones. It has been used in [neural networks created by Google][3] to read house numbers and match them to their geolocations. This is a great benchmark dataset to play with, learn and train models that accurately identify street numbers, and incorporate into all sorts of projects. Content This dataset contains three .zip files that contain over 600k labelled real-world images of house numbers taken from Google Street View. The sequence of numbers in the images are of bounded length. - **test.zip**: 26,032 digits for testing - **train.zip**: 73,257 digits for training - **extra.zip**: 531,131 additional, somewhat less difficult samples, to use as extra training data **Additional Notes** - There are 10 classes, 1 for each digit. Digit '1' has label 1, '9' has label 9 and '0' has label 10. - The images are the original, variable-resolution, color house-number images with character level bounding boxes in .png format. - **digitStruct.mat**: Contains bounding box information for each respective .zip file are stored as **digitStruct.mat**, which can be loaded using Matlab. The digitStruct.mat files contain a struct called digitStruct with the same length as the number of original images. - Each element in digitStruct has the following fields: - **name**: string containing the filename of the corresponding image - **bbox**: struct array that contains the position, size and label of each digit bounding box in the image. Ex. digitStruct(300).bbox(2).height gives height of the 2nd digit bounding box in the 300th image. Acknowledgements The SVHN dataset originates from http://ufldl.stanford.edu/housenumbers/. The banner photo was by Annie Spratt on Unsplash. The original paper that introduces and examines this data: Yuval Netzer, Tao Wang, Adam Coates, Alessandro Bissacco, Bo Wu, Andrew Y. Ng Reading Digits in Natural Images with Unsupervised Feature Learning NIPS Workshop on Deep Learning and Unsupervised Feature Learning 2011. Inspiration & Resources - Given the testing and training data, can you train a model (try Keras and/or TensorFlow) that accurately identifies house numbers in an image (with difficulties like picture brightness, blurriness)? - What are some interesting datasets that can be merged with object detection datasets like this to form new applications? - Additional resources are [Getting Started with SVHN Dataset][4] and [Ji Yan's project][5] that aims to tackle the SHVN dataset using Convolutional Network in Tensorflow. [1]: https://www.kaggle.com/jessicali9530 [2]: https://medium.com/a-r-g-o/classifying-nyc-bike-lane-quality-with-image-processing-and-computer-vision-in-python-76b13147ec2d [3]: https://www.technologyreview.com/s/523326/how-google-cracked-house-number-identification-in-street-view/ [4]: https://agi.io/2018/01/31/getting-started-street-view-house-numbers-svhn-dataset/ [5]: https://experimentationground.wordpress.com/2016/09/26/digit-recognition-from-google-street-view-images/
    ×

    帕依提提提温馨提示

    该数据集正在整理中,为您准备了其他渠道,请您使用

    注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
    暂无相关内容。
    暂无相关内容。
    • 分享你的想法
    去分享你的想法~~

    全部内容

      欢迎交流分享
      开始分享您的观点和意见,和大家一起交流分享.
    所需积分:0 去赚积分?
    • 143浏览
    • 2下载
    • 0点赞
    • 收藏
    • 分享