MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MyCaffe.param.ssd namespace contains all SSD related parameter objects that correspond to the native C++ Caffe prototxt file. More...
Classes | |
class | AnnotatedDataParameter |
Specifies the parameters for the InputLayer. More... | |
class | BatchSampler |
Specifies a sample of batch of bboxes with provided constraints in SSD. More... | |
class | DetectionEvaluateParameter |
Specifies the parameters for the DetectionEvaluateLayer. More... | |
class | DetectionOutputParameter |
Specifies the parameters for the DetectionOutputLayer. More... | |
class | DistortionParameter |
Specifies the parameters for the DistortionParameter used with SSD. More... | |
class | EmitConstraint |
Specifies the parameters for the EmitConstraint used with SSD. More... | |
class | ExpansionParameter |
Specifies the parameters for the ExpansionParameter used with SSD. More... | |
class | LabelMap |
Specifies the LabelMap used with SSD. More... | |
class | LabelMapItem |
The LabelMapItem class stores the information for a single label. More... | |
class | MultiBoxLossParameter |
Specifies the parameters for the MultiBoxLossParameter. More... | |
class | NoiseParameter |
Specifies the parameters for the NoiseParameter used with SSD. More... | |
class | NonMaximumSuppressionParameter |
Specifies the parameters for the NonMaximumSuppressionParameter used with SSD. More... | |
class | Normalization2Parameter |
Specifies the parameters for the Normalization2Layer used in SSD. More... | |
class | PermuteParameter |
Specifies the parameters for the PermuteLayer. More... | |
class | PriorBoxParameter |
Specifies the parameters for the PriorBoxParameter. More... | |
class | ResizeParameter |
Specifies the parameters for the ResizeParameter for use with SSD. More... | |
class | SaltPepperParameter |
Specifies the parameters for the SaltPepperParameter used with SSD. More... | |
class | Sampler |
Specifies the sample of a bbox in the normalized space [0,1] with provided constraints used in SSD. More... | |
class | SamplerConstraint |
Specifies the constratins for selecting sampled bbox used in SSD. More... | |
class | SaveOutputParameter |
Specifies the parameters for the SaveOutputLayer. More... | |
class | VideoDataParameter |
Specifies the parameters for the VideoDataLayer. More... | |
The MyCaffe.param.ssd namespace contains all SSD related parameter objects that correspond to the native C++ Caffe prototxt file.
Using parameters within the MyCaffe.layer.ssd namespace are used by layers that require the MyCaffe.layers.ssd.dll.