MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Contains the dataset parameters used to create the VOC0712 dataset. More...
Public Member Functions | |
VOCDataParameters (string strDataBatchFileTrain2007, string strDataBatchFileTrain2012, string strDataBatchFileTest2007, bool bExtractFiles) | |
The constructor. More... | |
Properties | |
string | DataBatchFileTrain2007 [get] |
Returns the training file 'VOCtrain_06-Nov-2007.tar'. More... | |
string | DataBatchFileTrain2012 [get] |
Specifies the training file 'OCtrain_11-May-2012.tar'. More... | |
string | DataBatchFileTest2007 [get] |
Returns the testing file 'VOCtest_06-Nov-2007.tar'. More... | |
bool | ExtractFiles [get] |
Returns whether or not to extract the tar files. More... | |
Contains the dataset parameters used to create the VOC0712 dataset.
Definition at line 12 of file VOCDataParameters.cs.
MyCaffe.data.VOCDataParameters.VOCDataParameters | ( | string | strDataBatchFileTrain2007, |
string | strDataBatchFileTrain2012, | ||
string | strDataBatchFileTest2007, | ||
bool | bExtractFiles | ||
) |
The constructor.
strDataBatchFileTrain2007 | Specifies the training file 'VOCtrain_06-Nov-2007.tar'. |
strDataBatchFileTrain2012 | Specifies the training file 'VOCtrain_11-May-2012.tar'. |
strDataBatchFileTest2007 | "Specifies the testing file 'VOCtest_06-Nov-2007.tar'.</param> <param name="bExtractFiles">Specifies whether or not to extract the tar files (when false, the files must have already been extracted at least once). |
Definition at line 26 of file VOCDataParameters.cs.
|
get |
Returns the testing file 'VOCtest_06-Nov-2007.tar'.
Definition at line 53 of file VOCDataParameters.cs.
|
get |
Returns the training file 'VOCtrain_06-Nov-2007.tar'.
Definition at line 37 of file VOCDataParameters.cs.
|
get |
Specifies the training file 'OCtrain_11-May-2012.tar'.
Definition at line 45 of file VOCDataParameters.cs.
|
get |
Returns whether or not to extract the tar files.
Definition at line 61 of file VOCDataParameters.cs.