Label provider for object detection, for use with
ObjectDetectionRecordReader
.
This label provider reads the datasets from The Street View House Numbers (SVHN) Dataset.
The SVHN datasets contain 10 classes (digits) with 73257 digits for training, 26032 digits for testing, and 531131 additional.
http://ufldl.stanford.edu/housenumbers/
How to use:
1. Download and extract SVHN dataset with
SvhnDataFetcher
2. Set baseDirectory to (for example) "training" directory (should contain PNG images and a digitStruct.mat file)