MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Specifies the parameters for the ExpansionParameter used with SSD. More...
Public Member Functions | |
ExpansionParameter (bool bActive) | |
The constructor. More... | |
override void | Copy (OptionalParameter src) |
Copy the object. More... | |
ExpansionParameter | Clone () |
Return a clone of the object. More... | |
override RawProto | ToProto (string strName) |
Convert this object to a raw proto. More... | |
Public Member Functions inherited from MyCaffe.param.OptionalParameter | |
OptionalParameter (bool bActive=false) | |
The constructor. More... | |
Static Public Member Functions | |
static new ExpansionParameter | FromProto (RawProto rp) |
Parses the parameter from a RawProto. More... | |
Static Public Member Functions inherited from MyCaffe.param.OptionalParameter | |
static OptionalParameter | FromProto (RawProto rp) |
Parses the parameter from a RawProto. More... | |
Properties | |
float | prob [getset] |
Get/set probability of using this expansion policy. More... | |
float | max_expand_ratio [getset] |
Get/set the ratio to expand the image. More... | |
Properties inherited from MyCaffe.param.OptionalParameter | |
bool | Active [getset] |
When active, the parameter is used, otherwise it is ignored. More... | |
Specifies the parameters for the ExpansionParameter used with SSD.
Definition at line 21 of file ExpansionParameter.cs.
MyCaffe.param.ssd.ExpansionParameter.ExpansionParameter | ( | bool | bActive | ) |
The constructor.
bActive | Specifies whether or not the parameter is active or not. |
Definition at line 30 of file ExpansionParameter.cs.
ExpansionParameter MyCaffe.param.ssd.ExpansionParameter.Clone | ( | ) |
Return a clone of the object.
Definition at line 74 of file ExpansionParameter.cs.
|
virtual |
Copy the object.
src | The copy is placed in this parameter. |
Reimplemented from MyCaffe.param.OptionalParameter.
Definition at line 58 of file ExpansionParameter.cs.
|
static |
Parses the parameter from a RawProto.
rp | Specifies the RawProto to parse. |
Definition at line 104 of file ExpansionParameter.cs.
|
virtual |
Convert this object to a raw proto.
strName | Specifies the name of the proto. |
Reimplemented from MyCaffe.param.OptionalParameter.
Definition at line 86 of file ExpansionParameter.cs.
|
getset |
Get/set the ratio to expand the image.
Definition at line 48 of file ExpansionParameter.cs.
|
getset |
Get/set probability of using this expansion policy.
Definition at line 38 of file ExpansionParameter.cs.