MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
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< ProgressArgs > | OnProgress |
The OnProgress event fires during the creation process to show the progress. More... | |
EventHandler< ProgressArgs > | OnError |
The OnError event fires when an error occurs. More... | |
EventHandler | OnCompleted |
The OnComplete event fires once the dataset creation has completed. More... | |
The VOCDataLoader is used to create the VOC0712 (VOC2007 and VOC2012) dataset and load it into the database managed by the MyCaffe Image Database.
Definition at line 26 of file VOCDataLoader.cs.
MyCaffe.data.VOCDataLoader.VOCDataLoader | ( | VOCDataParameters | param, |
Log | log, | ||
CancelEvent | evtCancel | ||
) |
The constructor.
param | Specifies the creation parameters. |
log | Specifies the output log. |
evtCancel | Specfies the cancel event used to cancel the process. |
Definition at line 53 of file VOCDataLoader.cs.
bool MyCaffe.data.VOCDataLoader.LoadDatabase | ( | int | nCreatorID = 0 | ) |
Create the dataset and load it into the database.
nCreatorID | Specifies the creator ID. |
Definition at line 71 of file VOCDataLoader.cs.
EventHandler MyCaffe.data.VOCDataLoader.OnCompleted |
The OnComplete event fires once the dataset creation has completed.
Definition at line 45 of file VOCDataLoader.cs.
EventHandler<ProgressArgs> MyCaffe.data.VOCDataLoader.OnError |
The OnError event fires when an error occurs.
Definition at line 41 of file VOCDataLoader.cs.
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.