MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MultiBoxHeadInfo contains information used to build the multi-box head of layers. More...
Public Member Functions | |
MultiBoxHeadInfo (string strSrcLayer, double? dfMinSize=null, double? dfMaxSize=null, double? dfStepWidth=null, double? dfStepHeight=null, double? dfAspectRatioWidth=null, double? dfAspectRatioHeight=null, double? dfNormalization=null, int? nInterLayerDepth=null) | |
The constructor. More... | |
bool | Verify (MultiBoxHeadInfo info) |
Verify that all numical values are consistently set (or not) between two info objects. More... | |
Properties | |
string | SourceLayer [get] |
Returns the source layer. More... | |
double? | MinSize [get] |
Returns the bbox minimum size. More... | |
double? | MaxSize [get] |
Returns the bbox maximum size. More... | |
double? | StepHeight [get] |
Returns the step eight. More... | |
double? | StepWidth [get] |
Returns the step width. More... | |
double? | AspectRatioHeight [get] |
Returns the aspect ratio height. More... | |
double? | AspectRatioWidth [get] |
Returns the aspect ratio width. More... | |
double? | Normalization [get] |
Returns the normalization, or -1 to ignore. More... | |
double? | InterLayerDepth [get] |
Returns the inner layer depth, or -1 to ignore. More... | |
The MultiBoxHeadInfo contains information used to build the multi-box head of layers.
Definition at line 1122 of file ModelBuilder.cs.
MyCaffe.model.MultiBoxHeadInfo.MultiBoxHeadInfo | ( | string | strSrcLayer, |
double? | dfMinSize = null , |
||
double? | dfMaxSize = null , |
||
double? | dfStepWidth = null , |
||
double? | dfStepHeight = null , |
||
double? | dfAspectRatioWidth = null , |
||
double? | dfAspectRatioHeight = null , |
||
double? | dfNormalization = null , |
||
int? | nInterLayerDepth = null |
||
) |
The constructor.
strSrcLayer | Specifies the source layer. |
dfMinSize | Specifies the minimum bbox size. |
dfMaxSize | Specifies the maximum bbox size. |
dfStepWidth | Specifies the step width size. |
dfStepHeight | Specifies the step height size. |
dfAspectRatioWidth | Specifies the aspect ratio width. |
dfAspectRatioHeight | Specifies the aspect ratio height. |
dfNormalization | Specifies the normalization to use or -1 to ignore. |
nInterLayerDepth | Specifies the inner layer depth or -1 to ignore. |
Definition at line 1146 of file ModelBuilder.cs.
bool MyCaffe.model.MultiBoxHeadInfo.Verify | ( | MultiBoxHeadInfo | info | ) |
Verify that all numical values are consistently set (or not) between two info objects.
info | Specifies the info object to compare. |
Definition at line 1172 of file ModelBuilder.cs.
|
get |
Returns the aspect ratio height.
Definition at line 1244 of file ModelBuilder.cs.
|
get |
Returns the aspect ratio width.
Definition at line 1252 of file ModelBuilder.cs.
|
get |
Returns the inner layer depth, or -1 to ignore.
Definition at line 1268 of file ModelBuilder.cs.
|
get |
Returns the bbox maximum size.
Definition at line 1220 of file ModelBuilder.cs.
|
get |
Returns the bbox minimum size.
Definition at line 1212 of file ModelBuilder.cs.
|
get |
Returns the normalization, or -1 to ignore.
Definition at line 1260 of file ModelBuilder.cs.
|
get |
Returns the source layer.
Definition at line 1204 of file ModelBuilder.cs.
|
get |
Returns the step eight.
Definition at line 1228 of file ModelBuilder.cs.
|
get |
Returns the step width.
Definition at line 1236 of file ModelBuilder.cs.