MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Specifies the parameters for the EmitConstraint used with SSD. More...
Public Types | |
enum | EmitType { CENTER = 0 , MIN_OVERLAP = 1 } |
Specifies the emit type. More... | |
Public Member Functions | |
EmitConstraint (bool bActive) | |
The constructor. More... | |
override void | Copy (OptionalParameter src) |
Copy the source object. More... | |
EmitConstraint | Clone () |
Return a copy of this 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 EmitConstraint | 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 | |
EmitType | emit_type [getset] |
Get/set the emit type. More... | |
float | emit_overlap [getset] |
Get/set the emit overlap used with MIN_OVERLAP. 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 EmitConstraint used with SSD.
Definition at line 21 of file EmitConstraint.cs.
Specifies the emit type.
Enumerator | |
---|---|
CENTER | Specifies to center the data. |
MIN_OVERLAP | Specifies to overlap the data. |
Definition at line 29 of file EmitConstraint.cs.
MyCaffe.param.ssd.EmitConstraint.EmitConstraint | ( | bool | bActive | ) |
The constructor.
bActive | Specifies whether or not the parameter is active or not. |
Definition at line 45 of file EmitConstraint.cs.
EmitConstraint MyCaffe.param.ssd.EmitConstraint.Clone | ( | ) |
Return a copy of this object.
Definition at line 89 of file EmitConstraint.cs.
|
virtual |
Copy the source object.
src | Specifies the source data. |
Reimplemented from MyCaffe.param.OptionalParameter.
Definition at line 73 of file EmitConstraint.cs.
|
static |
Parses the parameter from a RawProto.
rp | Specifies the RawProto to parse. |
Definition at line 118 of file EmitConstraint.cs.
|
virtual |
Convert this object to a raw proto.
strName | Specifies the name of the proto. |
Reimplemented from MyCaffe.param.OptionalParameter.
Definition at line 101 of file EmitConstraint.cs.
|
getset |
Get/set the emit overlap used with MIN_OVERLAP.
Definition at line 63 of file EmitConstraint.cs.
|
getset |
Get/set the emit type.
Definition at line 53 of file EmitConstraint.cs.