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

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...

Public Member Functions

 VOCDataLoader (VOCDataParameters param, Log log, CancelEvent evtCancel)
 The constructor. More...
 
bool LoadDatabase (int nCreatorID=0)
 Create the dataset and load it into the database. More...
 

Events

EventHandler< ProgressArgsOnProgress
 The OnProgress event fires during the creation process to show the progress. More...
 
EventHandler< ProgressArgsOnError
 The OnError event fires when an error occurs. More...
 
EventHandler OnCompleted
 The OnComplete event fires once the dataset creation has completed. More...
 

Detailed Description

The VOCDataLoader is used to create the VOC0712 (VOC2007 and VOC2012) dataset and load it into the database managed by the MyCaffe Image Database.

See also
VOC Dataset

Definition at line 26 of file VOCDataLoader.cs.

Constructor & Destructor Documentation

◆ VOCDataLoader()

MyCaffe.data.VOCDataLoader.VOCDataLoader ( VOCDataParameters  param,
Log  log,
CancelEvent  evtCancel 
)

The constructor.

Parameters
paramSpecifies the creation parameters.
logSpecifies the output log.
evtCancelSpecfies the cancel event used to cancel the process.

Definition at line 53 of file VOCDataLoader.cs.

Member Function Documentation

◆ LoadDatabase()

bool MyCaffe.data.VOCDataLoader.LoadDatabase ( int  nCreatorID = 0)

Create the dataset and load it into the database.

Parameters
nCreatorIDSpecifies the creator ID.
Returns
On successful creation, true is returned, otherwise false is returned on abort.

Definition at line 71 of file VOCDataLoader.cs.

Event Documentation

◆ OnCompleted

EventHandler MyCaffe.data.VOCDataLoader.OnCompleted

The OnComplete event fires once the dataset creation has completed.

Definition at line 45 of file VOCDataLoader.cs.

◆ OnError

EventHandler<ProgressArgs> MyCaffe.data.VOCDataLoader.OnError

The OnError event fires when an error occurs.

Definition at line 41 of file VOCDataLoader.cs.

◆ OnProgress

EventHandler<ProgressArgs> MyCaffe.data.VOCDataLoader.OnProgress

The OnProgress event fires during the creation process to show the progress.

Definition at line 37 of file VOCDataLoader.cs.


The documentation for this class was generated from the following file: