2using System.Collections.Generic;
5using System.Threading.Tasks;
The CancelEvent provides an extension to the manual cancel event that allows for overriding the manua...
The Log class provides general output in text form.
The CudaDnn object is the main interface to the Low-Level Cuda C++ DLL.
An interface for the units of computation which can be composed into a Net.
The AnnotatedDataLayer provides annotated data to the Net by assigning top Blobs directly....
The DetectionEvaluateLayer generates the detection evaluation based on the DetectionOutputLayer and g...
The DetectionOutputLayer generates the detection output based on location and confidence predictions ...
The LayerFactor is responsible for creating all layers implemented in the MyCaffe....
Layer< float > CreateSingle(CudaDnn< float > cuda, Log log, LayerParameter p, CancelEvent evtCancel, IXDatabaseBase db)
Create the layers when using the float base type.
Layer< double > CreateDouble(CudaDnn< double > cuda, Log log, LayerParameter p, CancelEvent evtCancel, IXDatabaseBase db)
Create the layers when using the double base type.
The MultiBoxLossLayer performs multibox operations including the following:
The Normalization2Layer performs normalization used by the SSD algorithm. This layer is initialized w...
The PermuteLayer performs permutation on the input blob by changing the memory order of the data whic...
The PriorBoxLayer generates prior boxes of designated sizes and aspect ratios across all dimensions o...
Fast R-CNN Copyright (c) Microsoft Licensed under The MIT License [see fast-rcnn/LICENSE for details]...
The VideoDataLayer provides data to the Net from a WebCam or Video file. This layer is initialized wi...
Specifies the base parameter for all layers.
LayerType type
Specifies the type of this LayerParameter.
LayerType
Specifies the layer type.
The ILayerCreator interface is implemented by each MyCaffe.layers.x layer extension dll and is used t...
The IXDatabaseBase interface defines the general interface to the in-memory database.
The MyCaffe.basecode contains all generic types used throughout MyCaffe.
The MyCaffe.common namespace contains common MyCaffe classes.
The MyCaffe.db.image namespace contains all image database related classes.
The MyCaffe.layers.ssd namespace contains all Single-Shot MultiBox (SSD) related layers.
The MyCaffe.param namespace contains parameters used to create models.
The MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-...