MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.ssd.SaveOutputParameter Class Reference

Specifies the parameters for the SaveOutputLayer. More...

Inheritance diagram for MyCaffe.param.ssd.SaveOutputParameter:
MyCaffe.param.OptionalParameter

Public Types

enum  OUTPUT_FORMAT { VOC , COCO , ILSVRC }
 Defines the output format. More...
 

Public Member Functions

 SaveOutputParameter (bool bActive)
 The constructor. More...
 
SaveOutputParameter Load (BinaryReader br, bool bNewInstance=true)
 Load the and return a new ResizeParameter. More...
 
override void Copy (OptionalParameter src)
 Copy the source object. More...
 
SaveOutputParameter 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 SaveOutputParameter 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

string output_directory [getset]
 Specifies the output directory - if not empty, the results will be saved. More...
 
string output_name_prefix [getset]
 Specifies the output name prefix. More...
 
OUTPUT_FORMAT output_format [getset]
 Specifies the output format. More...
 
string label_map_file [getset]
 Optionally, specifies the output label map file. More...
 
string name_size_file [getset]
 Optionally, specifies the output name size file. More...
 
uint? num_test_image [getset]
 Specifies the number of test images. More...
 
ResizeParameter resize_param [getset]
 Specifies the resize parameter used in saving the data. More...
 
- Properties inherited from MyCaffe.param.OptionalParameter
bool Active [getset]
 When active, the parameter is used, otherwise it is ignored. More...
 

Detailed Description

Specifies the parameters for the SaveOutputLayer.

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

Definition at line 20 of file SaveOutputParameter.cs.

Member Enumeration Documentation

◆ OUTPUT_FORMAT

Defines the output format.

Enumerator
VOC 

Specifies the PASCAL VOC output format.

COCO 

Specifies the MS COCO output format.

ILSVRC 

Specifies the ILSVRC output format.

Definition at line 33 of file SaveOutputParameter.cs.

Constructor & Destructor Documentation

◆ SaveOutputParameter()

MyCaffe.param.ssd.SaveOutputParameter.SaveOutputParameter ( bool  bActive)

The constructor.

Parameters
bActiveSpecifies whether or not the parameter is active or not.

Definition at line 53 of file SaveOutputParameter.cs.

Member Function Documentation

◆ Clone()

SaveOutputParameter MyCaffe.param.ssd.SaveOutputParameter.Clone ( )

Return a copy of this object.

Returns
A new copy of the object is returned.

Definition at line 181 of file SaveOutputParameter.cs.

◆ Copy()

override void MyCaffe.param.ssd.SaveOutputParameter.Copy ( OptionalParameter  src)
virtual

Copy the source object.

Parameters
srcSpecifies the source data.

Reimplemented from MyCaffe.param.OptionalParameter.

Definition at line 156 of file SaveOutputParameter.cs.

◆ FromProto()

static new SaveOutputParameter MyCaffe.param.ssd.SaveOutputParameter.FromProto ( RawProto  rp)
static

Parses the parameter from a RawProto.

Parameters
rpSpecifies the RawProto to parse.
Returns
A new instance of the parameter is returned.

Definition at line 219 of file SaveOutputParameter.cs.

◆ Load()

SaveOutputParameter MyCaffe.param.ssd.SaveOutputParameter.Load ( BinaryReader  br,
bool  bNewInstance = true 
)

Load the and return a new ResizeParameter.

Parameters
br
bNewInstance
Returns
The new object is returned.

Definition at line 141 of file SaveOutputParameter.cs.

◆ ToProto()

override RawProto MyCaffe.param.ssd.SaveOutputParameter.ToProto ( string  strName)
virtual

Convert this object to a raw proto.

Parameters
strNameSpecifies the name of the proto.
Returns
The new proto is returned.

Reimplemented from MyCaffe.param.OptionalParameter.

Definition at line 193 of file SaveOutputParameter.cs.

Property Documentation

◆ label_map_file

string MyCaffe.param.ssd.SaveOutputParameter.label_map_file
getset

Optionally, specifies the output label map file.

Definition at line 91 of file SaveOutputParameter.cs.

◆ name_size_file

string MyCaffe.param.ssd.SaveOutputParameter.name_size_file
getset

Optionally, specifies the output name size file.

The name size file contains a list of names and sizes with the order of the input DB. The file is in the following format: name height width ...

Definition at line 107 of file SaveOutputParameter.cs.

◆ num_test_image

uint? MyCaffe.param.ssd.SaveOutputParameter.num_test_image
getset

Specifies the number of test images.

This setting can be less than the lines specified in the name_size_file. For example, when we only want to evaluate on part of the test images.

Definition at line 119 of file SaveOutputParameter.cs.

◆ output_directory

string MyCaffe.param.ssd.SaveOutputParameter.output_directory
getset

Specifies the output directory - if not empty, the results will be saved.

Definition at line 61 of file SaveOutputParameter.cs.

◆ output_format

OUTPUT_FORMAT MyCaffe.param.ssd.SaveOutputParameter.output_format
getset

Specifies the output format.

Definition at line 81 of file SaveOutputParameter.cs.

◆ output_name_prefix

string MyCaffe.param.ssd.SaveOutputParameter.output_name_prefix
getset

Specifies the output name prefix.

Definition at line 71 of file SaveOutputParameter.cs.

◆ resize_param

ResizeParameter MyCaffe.param.ssd.SaveOutputParameter.resize_param
getset

Specifies the resize parameter used in saving the data.

Definition at line 129 of file SaveOutputParameter.cs.


The documentation for this class was generated from the following file: