MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.data Namespace Reference

The MyCaffe.data namespace contains dataset creators used to create common testing datasets such as MNIST, CIFAR-10 and VOC0712. More...

Classes

class  BinaryFile
 The BinaryFile class is used to manage binary files used by the MNIST dataset creator. More...
 
class  CiFar10DataLoader
 The CiFar10DataLoader is used to create the CIFAR-10 dataset and load it into the database managed by the MyCaffe Image Database. More...
 
class  CiFar10DataParameters
 Contains the dataset parameters used to create the CIFAR-10 dataset. More...
 
class  Cursor
 The Cursor is used to traverse through a given data source within the database. More...
 
class  DataTransformer
 Applies common transformations to the input data, such as scaling, mirroring, subtracting the image mean... More...
 
class  DB
 A generic database class used to connect to the underlying database and create a Cursor that traverses through it. More...
 
class  ImageTransforms
 The ImageTransforms class provides several useful image transformation function used with SSD. More...
 
class  MnistDataLoader
 The MnistDataLoader is used to create the MNIST dataset and load it into the database managed by the MyCaffe Image Database. More...
 
class  MnistDataLoaderLite
 The MnistDataLoader is used to extrac the MNIST dataset to disk and load the data into the training proces. More...
 
class  MnistDataParameters
 Contains the dataset parameters used to create the MNIST dataset. More...
 
class  ProgressArgs
 Defines the arguments sent to the OnProgress and OnError events. More...
 
class  ProgressInfo
 The ProgressInfo is used when reporting the overall progress of creating a dataset. More...
 
class  VOCDataLoader
 The VOCDataLoader is used to create the VOC0712 (VOC2007 and VOC2012) dataset and load it into the database managed by the MyCaffe Image Database. More...
 
class  VOCDataParameters
 Contains the dataset parameters used to create the VOC0712 dataset. More...
 

Detailed Description

The MyCaffe.data namespace contains dataset creators used to create common testing datasets such as MNIST, CIFAR-10 and VOC0712.

The MyCaffe.data namespace contains data related classes.