MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.ssd Namespace Reference

The MyCaffe.layers.ssd namespace contains all Single-Shot MultiBox (SSD) related layers. More...

Classes

class  AnnotatedDataLayer
 The AnnotatedDataLayer provides annotated data to the Net by assigning top Blobs directly. This layer is initialized with the MyCaffe.param.AnnotatedDataParameter. More...
 
class  DetectionEvaluateLayer
 The DetectionEvaluateLayer generates the detection evaluation based on the DetectionOutputLayer and ground truth bounding box labels. More...
 
class  DetectionOutputLayer
 The DetectionOutputLayer generates the detection output based on location and confidence predictions by doing non maximum supression. Intended for use with MultiBox detection method used in SSD. More...
 
class  LayerFactory
 The LayerFactor is responsible for creating all layers implemented in the MyCaffe.layers.ssd namespace. More...
 
class  MultiBoxLossLayer
 The MultiBoxLossLayer performs multibox operations including the following: More...
 
class  Normalization2Layer
 The Normalization2Layer performs normalization used by the SSD algorithm. This layer is initialized with the MyCaffe.param.Normalization2Parameter. More...
 
class  PermuteLayer
 The PermuteLayer performs permutation on the input blob by changing the memory order of the data which is used by the SSD algorithm. This layer is initialized with the MyCaffe.param.PermuteParameter. More...
 
class  PriorBoxLayer
 The PriorBoxLayer generates prior boxes of designated sizes and aspect ratios across all dimensions of $ (H \times W) $ which is used by the SSD algorithm. This layer is initialized with the MyCaffe.param.ssd.PriorBoxParameter. More...
 
class  SmoothL1LossLayer
 Fast R-CNN Copyright (c) Microsoft Licensed under The MIT License [see fast-rcnn/LICENSE for details] Originally written in C by Ross Girshick Modified by Wei Liu in C Rewritten in C# by SignalPop LLC More...
 
class  VideoDataLayer
 The VideoDataLayer provides data to the Net from a WebCam or Video file. This layer is initialized with the MyCaffe.param.VideoDataParameter. More...
 

Detailed Description

The MyCaffe.layers.ssd namespace contains all Single-Shot MultiBox (SSD) related layers.

The MyCaffe.layers.ssd namespace contains all SSD related layers.

See also
SSD: Single Shot MultiBox Detector by Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg, 2016.
GitHub: SSD: Single Shot MultiBox Detector, by weiliu89/caffe, 2016